Merge pull request #4138 from tsiegleauq/enable-rest-for-ngsw
Allow navigating to /rest/ for the new ngsw setup
This commit is contained in:
commit
36b72d573c
@ -8,7 +8,7 @@
|
|||||||
"secure": false
|
"secure": false
|
||||||
},
|
},
|
||||||
"/rest/": {
|
"/rest/": {
|
||||||
"target": "http://localhost:8000",
|
"target": "http://localhost:8000/rest/",
|
||||||
"secure": false
|
"secure": false
|
||||||
},
|
},
|
||||||
"/ws/": {
|
"/ws/": {
|
||||||
|
Loading…
Reference in New Issue
Block a user