From cbbdf45d554eb296a93d2d259177578f95238aed Mon Sep 17 00:00:00 2001
From: tekay <tom.kaesler@mni.thm.de>
Date: Sun, 1 Mar 2020 11:22:54 +0100
Subject: [PATCH] Adapt to WS gateway service

---
 proxy.conf.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/proxy.conf.json b/proxy.conf.json
index 64aac1fae..c35157f13 100644
--- a/proxy.conf.json
+++ b/proxy.conf.json
@@ -31,6 +31,15 @@
     },
 		"logLevel": "debug"
   },
+  "/api/ws": {
+    "target": "ws://localhost:8077",
+    "secure": false,
+    "pathRewrite": {
+      "^/api": ""
+    },
+    "ws": true,
+    "logLevel": "debug"
+  },
   "/api": {
     "target": "http://localhost:8080",
     "secure": false,
-- 
GitLab