Closed joel-g closed 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:
What could be the problem?
change the pattern to "/" solved this:
http.HandleFunc("/", httpHandler.processMessage)
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:
What could be the problem?