console log body
This commit is contained in:
@@ -62,6 +62,10 @@ router.post('/servers/:serverId/kill', (req, res, next) => {
|
|||||||
|
|
||||||
router.post(
|
router.post(
|
||||||
'/servers/:serverId/kill',
|
'/servers/:serverId/kill',
|
||||||
|
(req, res, next) => {
|
||||||
|
console.log(req.body())
|
||||||
|
next()
|
||||||
|
},
|
||||||
body([
|
body([
|
||||||
'attacker_current_weapon_mods',
|
'attacker_current_weapon_mods',
|
||||||
'attacker_weapon_1_mods',
|
'attacker_weapon_1_mods',
|
||||||
|
|||||||
Reference in New Issue
Block a user