feat(frontend): Finalize auth refactor, routing, and resolve all code review findings

This commit is contained in:
Yunxiao Xu
2026-02-12 00:11:08 -08:00
parent 7fe020f26c
commit 2545f6df13
17 changed files with 335 additions and 216 deletions

View File

@@ -13,11 +13,7 @@ export default defineConfig({
},
server: {
proxy: {
"/auth": {
target: "http://localhost:8000",
changeOrigin: true,
},
"/chat": {
"/api": {
target: "http://localhost:8000",
changeOrigin: true,
},