From 27bc95867442c772841fb183a625bbda61dede51 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 7 Jun 2021 17:38:31 +0200 Subject: Bidi support --- 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 e9c6c4aff..0681066be 100644 --- a/client/proxy.config.json +++ b/client/proxy.config.json @@ -28,6 +28,10 @@ "target": "http://localhost:9000", "secure": false }, + "/client/locales": { + "target": "http://localhost:9000", + "secure": false + }, "/!(client)**": { "target": "http://localhost:3000/client/index.html", "secure": false, -- cgit v1.2.3