From 0b353d1d8a659140d10b8f7bff3f114698c1a715 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 12 Aug 2019 08:46:46 +0200 Subject: Fix redundancy exceeding the limit --- client/proxy.config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'client/proxy.config.json') diff --git a/client/proxy.config.json b/client/proxy.config.json index 81a0fc4c1..e7070522a 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -15,6 +15,10 @@ "target": "http://localhost:9000", "secure": false }, + "/lazy-static": { + "target": "http://localhost:9000", + "secure": false + }, "/socket.io": { "target": "ws://localhost:9000", "secure": false, -- cgit v1.2.3