Yansen 2 anni fa
parent
commit
654061c1d4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vite.config.js

+ 1
- 1
vite.config.js Vedi File

@@ -8,7 +8,7 @@ export default defineConfig({
8 8
     port: 3001,
9 9
     proxy: {
10 10
       '/api': {
11
-        target: 'http://localhost:9087',
11
+        target: 'http://t.njyz.tech',
12 12
         changeOrigin: true,
13 13
       },
14 14
     }