fix: tags không có trong csdl gây nên lỗi crash backend

This commit is contained in:
2026-06-16 11:15:39 +07:00
parent bc49e081c6
commit 8cca4a83ca
9 changed files with 189 additions and 10 deletions
+3 -2
View File
@@ -31,12 +31,13 @@ export default defineConfig(({ mode }) => {
https: httpsConfig,
proxy: {
'/api': {
target: 'http://127.0.0.1:3001',
target: 'http://localhost:3001',
changeOrigin: true,
},
'/socket.io': {
target: 'http://127.0.0.1:3001',
target: 'http://localhost:3001',
ws: true,
changeOrigin: true,
},
},
},