marriedtermiteblyi commited on
Commit
735b59c
·
verified ·
1 Parent(s): da6bb80

Update vite.config.ts

Browse files
Files changed (1) hide show
  1. vite.config.ts +1 -1
vite.config.ts CHANGED
@@ -13,7 +13,7 @@ export default defineConfig({
13
  proxy: {
14
  // Cấu hình Proxy: Mọi request bắt đầu bằng /api sẽ được chuyển sang Backend
15
  '/api': {
16
- target: 'http://localhost:7860', // Port của Backend
17
  changeOrigin: true,
18
  secure: false,
19
  },
 
13
  proxy: {
14
  // Cấu hình Proxy: Mọi request bắt đầu bằng /api sẽ được chuyển sang Backend
15
  '/api': {
16
+ target: 'http://localhost:3001', // Port của Backend
17
  changeOrigin: true,
18
  secure: false,
19
  },