Update record

This commit is contained in:
KGrzeg 2021-10-17 23:00:29 +02:00
parent 6843b76ebf
commit a38072214e
3 changed files with 27 additions and 2 deletions

8
server/JusticeGuard.js Normal file
View file

@ -0,0 +1,8 @@
export default function (req, res, next) {
//available keys 'points', 'shoots', 'time'
//TODO: do some checks
next()
}