change structure config app

This commit is contained in:
AmirHossein Mahmoodi
2024-01-20 14:04:35 +03:30
parent 38721b7eaa
commit efe0e16b0b
4 changed files with 33 additions and 7 deletions

View File

@@ -1,5 +1,7 @@
const BASE_URL = process.env.NEXT_PUBLIC_BASE_URL + "/api";
export const GET_CONFIG = process.env.NEXT_PUBLIC_CONFIG_APP_URL;
// 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";