mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-09-06 19:51:15 +00:00
Finally figured out SQLAlchemy and started to re-write some of the APIs. The UI will completely handle by JS with Vue. There will be no more templating from flask to minimize the resource usage ;)
This commit is contained in:
@@ -15,7 +15,7 @@ export default defineConfig({
|
||||
},
|
||||
server:{
|
||||
proxy: {
|
||||
'/api': 'http://178.128.231.4:10086/'
|
||||
'/api': 'http://127.0.0.1:10086/'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user