From f276a33519004e19676b2aba07cb37da4b3b6cfe Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sun, 29 Mar 2026 18:22:36 +0800 Subject: [PATCH] 1 --- frontend/trading.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/trading.html b/frontend/trading.html index 7012cee..71403f1 100644 --- a/frontend/trading.html +++ b/frontend/trading.html @@ -396,10 +396,8 @@ -
- -
- +
+
@@ -716,7 +714,7 @@ async fetchLatestPrices() { try { - const response = await axios.get('/monitor/status'); + const response = await axios.get('/api/trading/monitor/status'); if (response.data.success && response.data.latest_prices) { this.latestPrices = response.data.latest_prices; }
交易对