fix
This commit is contained in:
parent
f055170e8e
commit
5fd2b1a911
@ -70,8 +70,7 @@ module.exports = function(url, cmds){
|
|||||||
},
|
},
|
||||||
get_action : (bot,req,rep)=>{
|
get_action : (bot,req,rep)=>{
|
||||||
console.log(req.body.args)
|
console.log(req.body.args)
|
||||||
rep.type('application/json').code(200)
|
rep.type('application/json').code(200).send({reply: req.query.args });
|
||||||
return { reply: req.query.args }
|
|
||||||
},
|
},
|
||||||
|
|
||||||
}],
|
}],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user