chamkank / flask-chatterbot

Simple boilerplate for ChatterBot using Flask
377 stars 263 forks source link

/get 404 #14

Closed adamjameshuston closed 6 years ago

adamjameshuston commented 6 years ago

This is probably something to do with flask but

Your build works great for me on my local machine, but after moving it to my apache server, the "/get" route is 404'ing.

I'm not sure if it's flask not serving /get or chatterbot not having an answer! Do you have any advice? Thanks!

adamjameshuston commented 6 years ago

It was me and I feel silly!

My wsgi script had a subdomain alias, so the $.get URL needed to include it!