infracloudio / msbotbuilder-go

Microsoft Bot Framework SDK for Go
MIT License
139 stars 39 forks source link

404 Not Found #44

Closed joel-g closed 4 years ago

joel-g commented 4 years ago

I have the sample echobot running with app ID and password. I have ngrok running on the same port. When I type into the web chat nothing returns but the terminal I have ngrok running in shows 404s:

image

What could be the problem?

joel-g commented 4 years ago

change the pattern to "/" solved this:

http.HandleFunc("/", httpHandler.processMessage)