diff --git a/platypush/backend/http/webapp/vue.config.js b/platypush/backend/http/webapp/vue.config.js index 67b0a044a..56aeb5541 100644 --- a/platypush/backend/http/webapp/vue.config.js +++ b/platypush/backend/http/webapp/vue.config.js @@ -41,6 +41,7 @@ module.exports = { '^/auth': httpProxy, '^/camera/': httpProxy, '^/sound/': httpProxy, + '^/media/': httpProxy, '^/logo.svg': httpProxy, } }