diff --git a/ui/vue.config.js b/ui/vue.config.js
index b91456df6b5fa38d8627a1a933f5496dfc3cdeb3..f6fc871175d5214a1e5b0cc56e0eb9d4c366bd1a 100644
--- a/ui/vue.config.js
+++ b/ui/vue.config.js
@@ -20,4 +20,7 @@ module.exports = {
       }),
     ],
   },
+  devServer: {
+    proxy: 'http://localhost:8080/',
+  },
 };