From 4d71bfccd6a331769e42fa6cf56f61ce120897b8 Mon Sep 17 00:00:00 2001 From: Abhinav Date: Tue, 26 Apr 2022 16:07:23 +0530 Subject: [PATCH] change URL to prod --- src/config/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };