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
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"secure": false
},
"/rest/": {
"target": "http://localhost:8000",
"target": "http://localhost:8000/rest/",
"secure": false
},
"/ws/": {