From c703ba9e5f90976e0be4937bf1aafe9eb3cd5b2f Mon Sep 17 00:00:00 2001 From: Sean Engelhardt Date: Sat, 19 Jan 2019 10:49:40 +0100 Subject: [PATCH] Allow navigating to /rest/ for the new ngsw setup --- client/proxy.conf.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/proxy.conf.json b/client/proxy.conf.json index 74366d271..114ae1131 100644 --- a/client/proxy.conf.json +++ b/client/proxy.conf.json @@ -8,7 +8,7 @@ "secure": false }, "/rest/": { - "target": "http://localhost:8000", + "target": "http://localhost:8000/rest/", "secure": false }, "/ws/": {