Browse Source

Vue.config url amended

master
Lene Scholtz 5 years ago
parent
commit
26b8aa38da
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js View File

@@ -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": {

Loading…
Cancel
Save