space-smasher-9001/server/JusticeGuard.js

9 lines
128 B
JavaScript
Raw Normal View History

2021-10-17 23:00:29 +02:00
export default function (req, res, next) {
//available keys 'points', 'shoots', 'time'
//TODO: do some checks
next()
}