From 4ad6d0b9f68b1d8b15d23c6c07c697a103ee79b5 Mon Sep 17 00:00:00 2001 From: flying-hero <462087392@qq.com> Date: Sat, 4 Apr 2026 19:08:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E4=BF=AE=E5=A4=8D=EF=BC=9A?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=20API=20=E5=9C=B0=E5=9D=80=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=209000=20=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/pages/Dashboard/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/frontend/src/pages/Dashboard/index.js b/code/frontend/src/pages/Dashboard/index.js index 02a149a..a2d6013 100644 --- a/code/frontend/src/pages/Dashboard/index.js +++ b/code/frontend/src/pages/Dashboard/index.js @@ -3,7 +3,7 @@ import { useNavigate } from 'react-router-dom'; import axios from 'axios'; import LobsterRiver from '../../components/LobsterRiver/index.js'; -const API_BASE = 'http://localhost:8000/api'; +const API_BASE = 'http://localhost:9000/api'; function Dashboard() { const [agents, setAgents] = useState([]);