change URL to prod

This commit is contained in:
Abhinav 2022-04-26 16:07:23 +05:30
parent 194b00aecb
commit 4d71bfccd6

View file

@ -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 };