Updated for server password option

This commit is contained in:
maxall4 2022-03-21 10:10:35 -10:00
parent ba1efe3a9e
commit 87da281f1b

View file

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