{% strip %}
for request "{{method}} {{path}}"| Rule | Methods | Endpoint |
|---|---|---|
| {{r.rule}} | {{', '.join(r.methods)}} | {% if r.endpoint %}{{r.endpoint}}{% else %}—{% endif %} |
FLASK_DEBUG = Truein your Phial settings file. Think to change that to
Falsein production!