This commit is contained in:
Fred Boniface 2023-04-07 22:34:10 +01:00
parent 654855ed2e
commit 725d12ddac
1 changed files with 3 additions and 1 deletions

View File

@ -8,3 +8,5 @@ module.exports = async function requireJson(req, res, next) {
next()
}
}
// Possibly want to check the req type?