Updated for server password option

pull/40/head
maxall4 4 years ago
parent ba1efe3a9e
commit 87da281f1b

@ -42,6 +42,7 @@ auth.post(
body: { body: {
username: Joi.string().required(), username: Joi.string().required(),
password: Joi.string().required(), password: Joi.string().required(),
serverPassword: Joi.string(),
}, },
}), }),
async (req, res, next) => { async (req, res, next) => {

Loading…
Cancel
Save