This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new 64b0817c init (#410)
64b0817c is described below

commit 64b0817c137c4111211c13e56a5bdbb0bedfe5a0
Author: Sylvie-Wxr <129717259+sylvie-...@users.noreply.github.com>
AuthorDate: Tue Mar 12 23:40:44 2024 -0700

    init (#410)
---
 ui/vite.config.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ui/vite.config.js b/ui/vite.config.js
index f68751c9..4ff43a5b 100644
--- a/ui/vite.config.js
+++ b/ui/vite.config.js
@@ -49,11 +49,11 @@ export default ({ mode }) => {
     server: {
       proxy: {
         "^/api": {
-          target: `${VITE_API_PROXY_TARGET || "http://127.0.0.1:12800"}`,
+          target: `${VITE_API_PROXY_TARGET || "http://127.0.0.1:17913"}`,
           changeOrigin: true,
         },
         "^/monitoring": {
-          target: `${VITE_MONITOR_PROXY_TARGET || "http://127.0.0.1:12800"}`,
+          target: `${VITE_MONITOR_PROXY_TARGET || "http://127.0.0.1:2121"}`,
           changeOrigin: true,
           rewrite: (path) => path.replace(/^\/monitoring/, ''),
         },

Reply via email to