This commit is contained in:
nquidox 2025-10-12 13:41:28 +03:00
parent 3a068f57dc
commit 122f123ba6
2 changed files with 14 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import App from './App.vue'
import router from './router'
const app = createApp(App)
export const BASE_URL = 'http://localhost:9090/api/v2'
export const BASE_URL = 'https://api.nqws.ru/api/v2'
app.use(createPinia())
app.use(router)