From 11e3f9b5961d7e9725c2ec58aa0f1e9832b46461 Mon Sep 17 00:00:00 2001 From: minh android Date: Fri, 12 Jul 2024 10:58:38 +0700 Subject: [PATCH] config --- src/_constants/config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/_constants/config.js b/src/_constants/config.js index af374ab..1b208be 100644 --- a/src/_constants/config.js +++ b/src/_constants/config.js @@ -8,11 +8,11 @@ export const configConstants = { SCOPE_LOGIN_GOOGLE: "https://www.googleapis.com/auth/user.gender.read", APP_ID_FACEBOOK: "660393674829980", // BASE_URL: "http://45.119.84.189:10809/", - BASE_URL: "https://dev.daisu.sundayenglish.com/", - EXCERCISE_URL: "https://exercise.dev.sundayenglish.com/", + BASE_URL: "https://agent.sundayenglish.com/", + EXCERCISE_URL: "https://exercise.sundayenglish.com/", // API_URL_SETEST: "http://45.119.84.189:10809/api", - API_URL_SETEST: "https://dev.daisu.sundayenglish.com/api", - AUTH_URL: "https://oauth2.dev.sundayenglish.com/", + API_URL_SETEST: "https://agent.sundayenglish.com/api", + AUTH_URL: "https://oauth2.sundayenglish.com/", API_TIMEOUT: "60000", LOGIN_VIA_GOOLE: "GOOGLE", LOGIN_VIA_FACEBOOK: "FACEBOOK",