diff --git a/webui/quasar.conf.js b/webui/quasar.conf.js index abe9a24ff..07eec1a8d 100644 --- a/webui/quasar.conf.js +++ b/webui/quasar.conf.js @@ -152,7 +152,14 @@ module.exports = function (ctx) { devServer: { // https: true, port: 8081, - open: true // opens browser window automatically + open: true, // opens browser window automatically + proxy: { + // proxy all API requests to real Traefik + '/api': { + target: 'http://localhost:8080', + changeOrigin: true + } + } }, // animations: 'all', // --- includes all animations