diff --git a/platypush/backend/http/webapp/vue.config.js b/platypush/backend/http/webapp/vue.config.js index b21ded879b..f7dae05a40 100644 --- a/platypush/backend/http/webapp/vue.config.js +++ b/platypush/backend/http/webapp/vue.config.js @@ -44,9 +44,7 @@ module.exports = { '^/otp': httpProxy, '^/sound/': httpProxy, '^/tokens': httpProxy, - '^/ws/events': wsProxy, - '^/ws/requests': wsProxy, - '^/ws/shell': wsProxy, + '^/ws/': wsProxy, } } };