feat(instance): add exchange account ledger tab with SSE sync
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9619,6 +9619,10 @@ register_instance_dashboard_routes(
|
||||
hedge_enabled=False,
|
||||
)
|
||||
|
||||
from lib.account_ledger.account_ledger_register import install_account_ledger
|
||||
|
||||
install_account_ledger(app, _REPO_ROOT, app_module=sys.modules[__name__], exchange_key="binance")
|
||||
|
||||
|
||||
@app.route("/api/journals")
|
||||
@login_required
|
||||
|
||||
Reference in New Issue
Block a user