fix
This commit is contained in:
		| @@ -69,7 +69,7 @@ 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)=>{ | ||||||
| 				console.log(req.body.args) | 				console.log(req.query.args) | ||||||
| 				rep.type('application/json').code(200).send({reply: req.query.args }); | 				rep.type('application/json').code(200).send({reply: req.query.args }); | ||||||
| 			}, | 			}, | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user