mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-09-18 11:34:59 +08:00
docs: 对齐全部文档状态
This commit is contained in:
+4
-3
@@ -1,9 +1,10 @@
|
||||
# bat-api Admin Panel
|
||||
|
||||
This directory is reserved for the future player-facing `bat-api` management
|
||||
panel. The current backend exposes a protected placeholder at `GET /admin/`
|
||||
that returns JSON links for health, readiness, bootstrap, release, resources,
|
||||
and OpenAPI.
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user