Browse Source

Connection to new api

master
George Williams 5 years ago
parent
commit
790a96fe8d
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      vue.config.js

+ 3
- 2
vue.config.js View File

2
   devServer: {
2
   devServer: {
3
     proxy: {
3
     proxy: {
4
       '/api': {
4
       '/api': {
5
-        target: 'http://localhost:57260/',
6
-        // target: 'http://192.168.6.188:5000',
5
+        //target: 'http://localhost:57260/',
6
+        //target: 'http://192.168.6.188:5000',
7
+        target: 'http://192.168.0.219:113',
7
         changeOrigin: true,
8
         changeOrigin: true,
8
       },
9
       },
9
       '/nph-srep': {
10
       '/nph-srep': {

Loading…
Cancel
Save