diff --git a/proxy.conf.json b/proxy.conf.json index 64aac1fae4c1ba022285310c6df4fadf402edbd7..c35157f13aa9ab9fc0d1b442aae34c9131057518 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,