Allow navigating to /rest/ for the new ngsw setup

This commit is contained in:
Sean Engelhardt 2019-01-19 10:49:40 +01:00
parent 1cdeb3bcb8
commit c703ba9e5f

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