This commit is contained in:
Fred Boniface 2023-04-07 22:34:10 +01:00
parent 654855ed2e
commit 725d12ddac

View File

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