|
@@ -1,16 +1,15 @@
|
1
|
1
|
module.exports = {
|
2
|
2
|
devServer: {
|
3
|
3
|
proxy: {
|
4
|
|
- '/api': {
|
|
4
|
+ "/api": {
|
5
|
5
|
//target: 'http://localhost:57260/',
|
6
|
|
- //target: 'http://192.168.6.188:5000',
|
7
|
|
- target: 'http://192.168.0.219:113',
|
8
|
|
- changeOrigin: true,
|
|
6
|
+ target: "http://training.provision-sa.com:82",
|
|
7
|
+ changeOrigin: true
|
9
|
8
|
},
|
10
|
|
- '/nph-srep': {
|
11
|
|
- target: 'http://www.unipoint-consoft.co.za',
|
12
|
|
- changeOrigin: true,
|
13
|
|
- },
|
14
|
|
- },
|
15
|
|
- },
|
|
9
|
+ "/nph-srep": {
|
|
10
|
+ target: "http://www.unipoint-consoft.co.za",
|
|
11
|
+ changeOrigin: true
|
|
12
|
+ }
|
|
13
|
+ }
|
|
14
|
+ }
|
16
|
15
|
};
|