forked from platypush/platypush
[UI] Proxy /media/*
requests to upstream when Vue is in debug mode.
This commit is contained in:
parent
d4b519a572
commit
ca72e22820
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue