This commit is contained in:
burakovec
2025-07-17 15:08:14 +03:00
parent 7349f1b5fa
commit 85fe0fb6ba
4 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ export const useDataStore = defineStore('dataStore', () => {
const globalDataStore = useGlobalDataStore()
const toastStore = useToastStore()
const siteBase = ref<string>('https://panel.cekilisevi.gov.tr:5001/')
const siteBase = ref<string>('https://panelapi.cekilisevi.gov.tr/')
const apiBase = ref<string>('api/')
const panelData = reactive<Record<string, any>>({})
const pageData = reactive<Record<string, any>>({})