mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-07 00:59:09 +02:00
Fix typo in comment
This commit is contained in:
@@ -104,7 +104,7 @@ trait IndexControllerBase extends ControllerBase {
|
||||
})
|
||||
|
||||
/**
|
||||
* JSON APU for checking user existence.
|
||||
* JSON API for checking user existence.
|
||||
*/
|
||||
post("/_user/existence")(usersOnly {
|
||||
getAccountByUserName(params("userName")).isDefined
|
||||
|
||||
Reference in New Issue
Block a user