spchuang / fb-local-chat-bot

Simple Node client for Messenger Bot designed for easy local testing
MIT License
100 stars 13 forks source link

Use proper path handling in localChat handler #8

Open Qix- opened 7 years ago

Qix- commented 7 years ago

Ran into a rather obscure bug where the base path where my project was was causing issues with the localChatWeb portion of the chat bot.

This patch makes the localChat GET verbs use proper path handling and whatnot - and ultimately fixes several problems.