diff --git a/src/constants/ApiConstants.ts b/src/constants/ApiConstants.ts index c8f3e1895b0f1f01933593c4fc43e665c38817ae..b5d52390c795d80fd4cc6551ff0ee8e4baa88f4b 100644 --- a/src/constants/ApiConstants.ts +++ b/src/constants/ApiConstants.ts @@ -1,5 +1,5 @@ export const APIS = { - BASE_URL: process.env.REACT_APP_SMF_BASE_URL || "https://smfdev.idc.tarento.com/api/", + BASE_URL: process.env.REACT_APP_SMF_BASE_URL || "http://157.230.176.228/api/", LOGIN: { USERLOGIN: "signIn", REQUEST_OTP: "user/requestOTP",