Ver código fonte

Vue.config url amended

master
Lene Scholtz 5 anos atrás
pai
commit
26b8aa38da
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Ver arquivo

@@ -2,7 +2,7 @@ module.exports = {
2 2
   devServer: {
3 3
     proxy: {
4 4
       "/api": {
5
-        target: "http://192.168.6.188:500",
5
+        target: "http://192.168.6.188:5000",
6 6
         changeOrigin: true
7 7
       },
8 8
       "/nph-srep": {

Carregando…
Cancelar
Salvar