Finished SignUp and SignIn frontend and backend

This commit is contained in:
Donald Zou
2025-06-02 19:23:04 +08:00
parent 4a5de5efd4
commit ecc4cc7670
19 changed files with 725 additions and 158 deletions

View File

@@ -25,8 +25,7 @@ export default defineConfig({
},
server:{
proxy: {
'/api': proxy,
'/fileDownload':proxy
'/client': proxy,
},
host: '0.0.0.0'
},