[UI] Proxy all routes under /ws/* in devServer configuration.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabio Manganiello 2024-12-20 22:29:39 +01:00
parent 14f979049b
commit 7650251ecd
Signed by: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -44,9 +44,7 @@ module.exports = {
'^/otp': httpProxy, '^/otp': httpProxy,
'^/sound/': httpProxy, '^/sound/': httpProxy,
'^/tokens': httpProxy, '^/tokens': httpProxy,
'^/ws/events': wsProxy, '^/ws/': wsProxy,
'^/ws/requests': wsProxy,
'^/ws/shell': wsProxy,
} }
} }
}; };