Update environment.ts

This commit is contained in:
2024-10-16 23:58:51 +02:00
committed by GitHub
parent abe222992f
commit aa605f1a56

View File

@@ -1,4 +1,4 @@
export const environment = {
production: true,
uploadServiceBaseUrl: 'http://image.bytefy.net'
};
uploadServiceBaseUrl: 'https://image.bytefy.net'
};