mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-10 12:47:27 +08:00
[F] Fix docstring
This commit is contained in:
@@ -30,7 +30,7 @@ class BotController(
|
|||||||
}
|
}
|
||||||
|
|
||||||
@PostMapping("/ranking-ban")
|
@PostMapping("/ranking-ban")
|
||||||
@Doc("Register a new card by access code", "Card information")
|
@Doc("Ban a user from the leaderboard", "Success status")
|
||||||
suspend fun rankingBan(@RP secret: Str, @RP username: Str) {
|
suspend fun rankingBan(@RP secret: Str, @RP username: Str) {
|
||||||
secret.checkSecret()
|
secret.checkSecret()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user