fossasia / susi_linebot

SUSI.AI Bot for Line
GNU Lesser General Public License v2.1
1.48k stars 35 forks source link

Bug in registering a webhook handler with middleware #34

Closed ThatDNS closed 6 years ago

ThatDNS commented 6 years ago

Actual Behaviour

In index.js, webhook url for Heroku is written as <heroku url>/. Due to this, the app isn't working.

Expected Behaviour

The correct webhook url for Heroku is <heroku url>/webhook.

Would you like to work on the issue?

Yes