Skip to content

Instantly share code, notes, and snippets.

@butackle
Last active December 4, 2016 14:26
Show Gist options
  • Save butackle/e4347563c8297d9fb9dbce9ee4f35cf7 to your computer and use it in GitHub Desktop.
Save butackle/e4347563c8297d9fb9dbce9ee4f35cf7 to your computer and use it in GitHub Desktop.
module.exports = (robot) => {
robot.router.get('/', (req, res) => {
res.end("ページ");
robot.send({room: '<チャンネルID>'}, "アクセスあり");
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment