Update record
This commit is contained in:
parent
6843b76ebf
commit
a38072214e
3 changed files with 27 additions and 2 deletions
8
server/JusticeGuard.js
Normal file
8
server/JusticeGuard.js
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
|
||||
export default function (req, res, next) {
|
||||
//available keys 'points', 'shoots', 'time'
|
||||
|
||||
//TODO: do some checks
|
||||
|
||||
next()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue