Files
BlueArchiveToolkit/web/admin/README.md
T
nyaKazuha 3b103be8a9
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s
docs: 对齐全部文档状态
2026-08-03 12:19:06 +08:00

707 B

bat-api Admin Panel

This directory is reserved for the future player-facing bat-api management panel. The current backend exposes a non-mutating index at GET /admin/ that returns JSON links for health, readiness, bootstrap, release, resources, and OpenAPI. Mutating /admin/control/{action} routes are protected by the configured admin token and forward only the documented Rust bat allowlist.

The production panel must reuse the same HTTP authentication, rate limiting, access logging, reverse-proxy handling, and no-store dynamic response policy as the resource API. Static frontend assets are not implemented yet. See docs/reports/GO_STATUS.md for the current component boundary and status.