fix: add missing /stats to docs

This commit is contained in:
Radical 2025-05-31 14:52:42 +02:00
parent 60f0219e85
commit 1e993026a0

View file

@ -24,7 +24,7 @@ struct Response {
build_number: String,
}
/// `GET /api/v1/` Returns stats about the server
/// `GET /api/v1/stats` Returns stats about the server
///
/// requires auth: no
///