pis #12

Merged
fred.boniface merged 95 commits from pis into main 2023-05-06 21:54:51 +01:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 725d12ddac - Show all commits

View File

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