[UI] Proxy all routes under /ws/*
in devServer
configuration.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
14f979049b
commit
7650251ecd
1 changed files with 1 additions and 3 deletions
|
@ -44,9 +44,7 @@ module.exports = {
|
|||
'^/otp': httpProxy,
|
||||
'^/sound/': httpProxy,
|
||||
'^/tokens': httpProxy,
|
||||
'^/ws/events': wsProxy,
|
||||
'^/ws/requests': wsProxy,
|
||||
'^/ws/shell': wsProxy,
|
||||
'^/ws/': wsProxy,
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue