panle ceklilis

This commit is contained in:
burakovec
2025-07-16 08:46:10 +03:00
parent 29a2448fb6
commit 7349f1b5fa
5 changed files with 13 additions and 8 deletions

View File

@ -2,9 +2,7 @@ import axios from 'axios'
import { useUsersStore } from '@/stores/usersStore'
import router from '@/router'
// axios.defaults.baseURL = 'http://panel.cekilisevi.gov.tr:5001/'
axios.defaults.baseURL = 'https://mpiapi.beyaz.net/'
// axios.defaults.baseURL = 'https://localhost:7241/'
axios.defaults.baseURL = 'https://panel.cekilisevi.gov.tr:5001/'
//axios.defaults.timeout = 2000;
axios.defaults.headers['Content-Type'] = 'application/json; charset=utf-8'
import { useDataStore } from '@/stores/dataStore'