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:
Donald Zou
2024-01-10 01:42:19 -05:00
parent 864f82ba11
commit ba2bcaba07
5 changed files with 191 additions and 20 deletions

View File

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