Skip to content

Commit

Permalink
fix: change directory
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed Feb 10, 2019
1 parent d3a028c commit 1695c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -9,7 +9,7 @@ var config = {
checkSignature: false
};
app.use(express.query());
app.use('/wechat', wechat(config, function (req, res, next) {
app.use('/', wechat(config, function (req, res, next) {
var message = req.weixin;
res.reply(chemicaltoolsbot.reply(message.Content))
}))
Expand Down

0 comments on commit 1695c3f

Please sign in to comment.