{% strip %} Phial :: Error 404

Action not Found

for request "{{method}} {{path}}"

{% for r in lst_route %} {% endfor %}
Rule Methods Endpoint
{{r.rule}} {{', '.join(r.methods)}} {% if r.endpoint %}{{r.endpoint}}{% else %}—{% endif %}
You are seeing this error page because you have
FLASK_DEBUG = True
in your Phial settings file. Think to change that to
False
in production!
{% endstrip %}