fix: route web controls through proxy auth

This commit is contained in:
Курнат Андрей
2026-07-19 22:09:59 +03:00
parent be5c9d482a
commit 0ec64645b6
5 changed files with 16 additions and 9 deletions
+3
View File
@@ -68,6 +68,9 @@ def test_web_ui_assets_are_available() -> None:
assert "TradeBot — панель управления" in html
assert "/assets/dashboard.css" in html
assert "/assets/dashboard.js" in html
assert "/web-api/dashboard/snapshot" in WEB_INDEX.with_name("dashboard.js").read_text(
encoding="utf-8"
)
def test_compact_markets_keeps_dashboard_fields_and_limits_candles() -> None: