Updated for server password option
This commit is contained in:
parent
ba1efe3a9e
commit
87da281f1b
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ auth.post(
|
|||
body: {
|
||||
username: Joi.string().required(),
|
||||
password: Joi.string().required(),
|
||||
serverPassword: Joi.string(),
|
||||
},
|
||||
}),
|
||||
async (req, res, next) => {
|
||||
|
|
Loading…
Reference in a new issue