Started to refactor dashboard.py with dashboard_new.py and trying really hard to figure out sqlalchemy lol

This commit is contained in:
Donald Zou
2024-01-09 00:25:47 -05:00
parent f671c992e1
commit 864f82ba11
12 changed files with 1310 additions and 66 deletions

View File

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