ldj hace 1 año
padre
commit
070e95164d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -6,7 +6,7 @@ module.exports = defineConfig({
   devServer: {
     proxy: {
       '/renderer': {
-        target: 'https://test.4dkkankan.com',
+        target: 'https://test.4dkankan.com',
         changeOrigin: true,
       },
     }