Skip to content

Commit

Permalink
[UI] Proxy all routes under /ws/* in devServer configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
blacklight committed Dec 20, 2024
1 parent 14f9790 commit 7650251
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions platypush/backend/http/webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,7 @@ module.exports = {
'^/otp': httpProxy,
'^/sound/': httpProxy,
'^/tokens': httpProxy,
'^/ws/events': wsProxy,
'^/ws/requests': wsProxy,
'^/ws/shell': wsProxy,
'^/ws/': wsProxy,
}
}
};

0 comments on commit 7650251

Please sign in to comment.