Skip to content

Instantly share code, notes, and snippets.

@butackle
Created December 4, 2016 05:30
Show Gist options
  • Save butackle/df8a712fce04931f06cb059e480c7f08 to your computer and use it in GitHub Desktop.
Save butackle/df8a712fce04931f06cb059e480c7f08 to your computer and use it in GitHub Desktop.
module.exports = (robot) => {
robot.router.get('/', (req, res) => {
res.end("<出力内容>");
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment