From 16ee9414dcc1a435d3170000bd73c18d8944f2d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emanuel=20Sch=C3=BCtze?= Date: Sat, 19 Jan 2019 21:59:32 +0100 Subject: [PATCH] Revert rest fix for proxy.conf.json see commit c703ba9e5f90976e0be4937bf1aafe9eb3cd5b2f --- 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 114ae1131..74366d271 100644 --- a/client/proxy.conf.json +++ b/client/proxy.conf.json @@ -8,7 +8,7 @@ "secure": false }, "/rest/": { - "target": "http://localhost:8000/rest/", + "target": "http://localhost:8000", "secure": false }, "/ws/": {