Unverified Commit b3b791e6 authored by Tushar's avatar Tushar Committed by GitHub
Browse files

Hard code SMF_BASE_URL

Showing with 1 addition and 1 deletion
+1 -1
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",
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment