This commit is contained in:
nasir@endelospay.com
2024-06-03 21:11:48 +05:00
parent dc2f0e3682
commit 48b4d5a714
6 changed files with 6 additions and 5 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"