update
This commit is contained in:
parent
3a068f57dc
commit
122f123ba6
2 changed files with 14 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue