Sfoglia il codice sorgente

Vue.config url amended

master
Lene Scholtz 5 anni fa
parent
commit
26b8aa38da
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Vedi File

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

Loading…
Annulla
Salva