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