mirror of https://github.com/hykilpikonna/AquaDX
[F] Fix docstring
parent
08a1595d3e
commit
060bd32417
|
@ -30,7 +30,7 @@ class BotController(
|
|||
}
|
||||
|
||||
@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) {
|
||||
secret.checkSecret()
|
||||
|
||||
|
|
Loading…
Reference in New Issue