Fix typo in comment

This commit is contained in:
Naoki Takezoe
2015-12-05 03:12:21 +09:00
parent 8e3c054da4
commit 7eb6fea08b

View File

@@ -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