This commit is contained in:
Muhammad Shahzad
2024-06-04 00:16:08 +05:00
10 changed files with 40 additions and 40 deletions

View File

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