diff --git a/src/config/index.ts b/src/config/index.ts index 6123c3591..d74fdd21d 100644 --- a/src/config/index.ts +++ b/src/config/index.ts @@ -1,4 +1,4 @@ -const PROD_HOST_URL = 'https://testing.ente.io'; +const PROD_HOST_URL = 'https://web.ente.io'; const FILE_STREAM_CHUNK_SIZE: number = 4 * 1024 * 1024; export { PROD_HOST_URL, FILE_STREAM_CHUNK_SIZE };