[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: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 0 deletions

View File

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