url, logo set

This commit is contained in:
Inshal
2024-10-25 20:24:35 +05:00
parent 2046156f90
commit 7feb96412f
3 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
export const GET_BASE_PATH = ""
let MAIN_DOMAIN = "http://127.0.0.1:8006";
// let MAIN_DOMAIN = "https://app.peptidewebmd.com";
// let MAIN_DOMAIN = "http://127.0.0.1:8009";
let MAIN_DOMAIN = "https://app.purityselect.com";
export const ADMIN_LOGIN_API = MAIN_DOMAIN + "/api/admin/login"
export const PATIENT_LIST_API = MAIN_DOMAIN + "/api/admin/patient-list"