Yansen hace 2 años
padre
commit
654061c1d4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vite.config.js

+ 1
- 1
vite.config.js Ver fichero

@@ -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
     }