Continue to refactor the UI and APIs :)

This commit is contained in:
Donald Zou
2024-01-11 01:10:26 -05:00
parent ba2bcaba07
commit e6e070d89e
11 changed files with 174 additions and 34 deletions

View File

@@ -15,7 +15,7 @@ export default defineConfig({
},
server:{
proxy: {
'/api': 'http://127.0.0.1:10086/'
'/api': 'http://178.128.231.4:10086'
}
}
})