Python flask app routing in cpanel: can only access root url
I have a python app set up in cPanel. I have set the app URL to backend and when I query mydomain.com/backend/ it gives back the app's root view (which is just an html "hello there"). The rest of the…