Fix angular proxy in dev mode
This commit is contained in:
parent
1a56b4f680
commit
2c434c348c
|
@ -20,8 +20,14 @@
|
||||||
"secure": false,
|
"secure": false,
|
||||||
"ws": true
|
"ws": true
|
||||||
},
|
},
|
||||||
"/": {
|
"/!(client)**": {
|
||||||
"target": "http://localhost:3000/client",
|
"target": "http://localhost:3000/client/index.html",
|
||||||
"secure": false
|
"secure": false,
|
||||||
|
"logLevel": "debug"
|
||||||
|
},
|
||||||
|
"/!(client)**/**": {
|
||||||
|
"target": "http://localhost:3000/client/index.html",
|
||||||
|
"secure": false,
|
||||||
|
"logLevel": "debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue