diff --git a/platypush/backend/http/webapp/vue.config.js b/platypush/backend/http/webapp/vue.config.js index cc7286b4f..5596fde4c 100644 --- a/platypush/backend/http/webapp/vue.config.js +++ b/platypush/backend/http/webapp/vue.config.js @@ -18,7 +18,7 @@ module.exports = { target: 'http://localhost:8008', changeOrigin: true }, - '/ws/*': { + '/ws/events': { target: 'http://localhost:8008', ws: true, changeOrigin: true