Merge pull request #4138 from tsiegleauq/enable-rest-for-ngsw

Allow navigating to /rest/ for the new ngsw setup
This commit is contained in:
Emanuel Schütze 2019-01-19 11:37:33 +01:00 committed by GitHub
commit 36b72d573c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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