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

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

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

View File

@ -4,7 +4,7 @@ import { breakpointsVuetify } from '@vueuse/core'
import { VIcon } from 'vuetify/components/VIcon' import { VIcon } from 'vuetify/components/VIcon'
// ❗ Logo SVG must be imported with ?raw suffix // ❗ Logo SVG must be imported with ?raw suffix
import logoImage from '@images/logo-peptied-web.webp' import logoImage from '@images/Purity-Select-Logo-1.png'
import { AppContentLayoutNav, ContentWidth, FooterType, NavbarType } from '@layouts/enums' import { AppContentLayoutNav, ContentWidth, FooterType, NavbarType } from '@layouts/enums'