[UI] Proxy /media/* requests to upstream when Vue is in debug mode.

This commit is contained in:
Fabio Manganiello 2023-11-12 15:55:03 +01:00
parent d4b519a572
commit ca72e22820
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -41,6 +41,7 @@ module.exports = {
'^/auth': httpProxy, '^/auth': httpProxy,
'^/camera/': httpProxy, '^/camera/': httpProxy,
'^/sound/': httpProxy, '^/sound/': httpProxy,
'^/media/': httpProxy,
'^/logo.svg': httpProxy, '^/logo.svg': httpProxy,
} }
} }