From 0901afc22409472ffb043931cf10d296b4ffe850 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 17 十月 2024 19:54:24 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
vite.config.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/vite.config.js b/vite.config.js
index 8d10ea8..91c5690 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -30,7 +30,7 @@
proxy: {
'/api': {
// target: 'http://192.168.3.88:8000',
- target: 'http://localhost:8000',
+ target: 'http://42.193.1.25:8000',
changeOrigin: true,
}
}
--
Gitblit v1.8.0