base url moved
This commit is contained in:
parent
693adf7af2
commit
309a823ddd
2 changed files with 2 additions and 1 deletions
|
|
@ -7,6 +7,7 @@ import App from './App.vue'
|
|||
import router from './router'
|
||||
|
||||
const app = createApp(App)
|
||||
export const BASE_URL = 'http://localhost:9090/api/v2'
|
||||
|
||||
app.use(createPinia())
|
||||
app.use(router)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue