diff --git a/src/config/index.ts b/src/config/index.ts index 6123c35911401e42dee21270d0cf7f377c440f0b..d74fdd21de533fde65bc7cc48ebd06d7b807c40a 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 };