Skip to content

Commit

Permalink
addressing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Fujihita committed Jun 18, 2017
1 parent 66c273a commit 8e952aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ router.get('/registry', function (req, res) {
});

router.get('/api/stop', function (req, res) {
stopWikiaChatConnector();
stopChatConnector();
res.send('Sending Aiko to bed...');
});

router.get('/api/start', function (req, res) {
startWikiaChatConnector();
startChatConnector();
res.send('Waking Aiko up...');
});

Expand Down

0 comments on commit 8e952aa

Please sign in to comment.