This commit is contained in:
2024-06-05 00:35:33 +05:00
parent db2ab34cc2
commit aa2a018004
4 changed files with 41 additions and 93 deletions

View File

@@ -1,5 +1,6 @@
export const GET_BASE_PATH = ""
let MAIN_DOMAIN = "http://127.0.0.1:8000";
// let MAIN_DOMAIN = "http://127.0.0.1:8000";
let MAIN_DOMAIN = "http://telemedpro.test";
export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login"
export const PATIENT_LIST_API = MAIN_DOMAIN + "/api/admin/patient-list"