This commit is contained in:
Cedric Hoelzl 2019-09-20 12:52:46 +02:00
parent e37abbc4f5
commit e8b4374962

View File

@ -61,10 +61,11 @@ module.exports = function(url, cmds){
weburl : [{ weburl : [{
url : 'self', url : 'self',
post_action : (bot,req,rep)=>{ post_action : (bot,req,rep)=>{
rep.send({msg:req.from.id});
}, },
get_action : (bot,req,rep)=>{ get_action : (bot,req,rep)=>{
rep.send({msg:req.from.id}); console.log(req);
rep.send({msg: "Beep Boop"});
//rep.send({msg:req.from.id});
}, },
}], }],