Explorar el Código

Changed vue.config to look at QA

master
Lene hace 4 años
padre
commit
6d031e71ec
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      vue.config.js

+ 2
- 2
vue.config.js Ver fichero

@@ -2,8 +2,8 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       "/api": {
5
-        target: "http://localhost:57260/",
6
-        //target: "http://training.provision-sa.com:82",
5
+        // target: "http://localhost:57260/",
6
+        target: "http://training.provision-sa.com:82",
7 7
         changeOrigin: true
8 8
       },
9 9
       "/nph-srep": {

Loading…
Cancelar
Guardar