Closed alexander-bauer closed 7 years ago
reference Views.py
I think the only thing necessary to do is swap the order of the @api.route
calls on the front_page
function in views.py
. You can verify that it works by looking at the URL referred to by the "Home" link at the top of the front page. If it ends in /
, rather than /index.html
, then it's good.
this should be resolved unless I'm missing something.
Currently,
url_for(front_page)
gives the/index.html
route, which works, but could be cleaner.