reorganize API

This commit is contained in:
Laura Klünder 2016-10-06 17:44:09 +02:00
parent a19f3c4de0
commit 7ea4a1bd21
10 changed files with 142 additions and 35 deletions

View file

@ -29,5 +29,6 @@
{% block description %}
{% if breadcrumblist|length == 1 %}
<p>Welcome to the c3nav RESTful API.</p>
<p><small><em>Add <code>?sparse=1</code> to any request to flatten its result.</em></small></p>
{% else %}{{ description }}{% endif %}
{% endblock %}