redesign and make more flexible login register system
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL + "/api";
|
||||
|
||||
export const LOGIN_SEND_OTP_TOKEN = BASE_URL + "/login/send_otp";
|
||||
// export const LOGIN_SEND_OTP_TOKEN = BASE_URL + "/login/send_otp";
|
||||
export const LOGIN = BASE_URL + "/login";
|
||||
export const REGISTER_SEND_OTP_TOKEN = BASE_URL + "/register/send_otp";
|
||||
// export const REGISTER_SEND_OTP_TOKEN = BASE_URL + "/register/send_otp";
|
||||
export const SEND_OTP_TOKEN = BASE_URL + "/otp";
|
||||
export const REGISTER = BASE_URL + "/register";
|
||||
export const USER_INFO = BASE_URL + "/profile/info";
|
||||
export const SEND_LOAN_REQUEST_NAVGAN = BASE_URL + "/navgan/store_loan";
|
||||
export const SEND_LOAN_REQUEST_WELFARE = BASE_URL + "/navgan/store_loan";
|
||||
export const SEND_LOAN_REQUEST_WELFARE = BASE_URL + "/khadamat/store_loan";
|
||||
export const GET_PROVINCE_LIST = BASE_URL + "/provinces";
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user