0

I have a situation where i have a lot of html files and a flask application on other side which will be running on the server. I want to configure server in such a way that html file is displayed when i go to www.example.com and flask application is called to render pages www.example.com/app

Here i have huge data to display on the website and the other flask app is used for customer specific. I cannot have @app.route for thousands of html pages to render that particular page. So now i want to configure my web server where html files are accessed when i go to my website and it says away from the flask application and flask application is called when i go to app.

Thanks

Charles
  • 50,943
  • 13
  • 104
  • 142

0 Answers0