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

@ -7,4 +7,6 @@ module.exports = async function requireJson(req, res, next) {
} else { } else {
next() next()
} }
} }
// Possibly want to check the req type?