Fix build scripts
This commit is contained in:
@ -49,7 +49,7 @@ UserRoute.post("/register", Register);
|
||||
* @apiParam {String} username Username (either username or uid required)
|
||||
* @apiParam {String} uid (either username or uid required)
|
||||
* @apiParam {String} password Password hashed and salted like specification (only on type password)
|
||||
* @apiParam {String | Number} time in milliseconds used to hash password. This is used to make passwords "expire"
|
||||
* @apiParam {Number} time in milliseconds used to hash password. This is used to make passwords "expire"
|
||||
*
|
||||
* @apiSuccess {String} uid On type = "username"
|
||||
* @apiSuccess {String} salt On type = "username"
|
||||
|
Reference in New Issue
Block a user