Skip to content

Commit

Permalink
fix alternate schemajson type in template
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentsarago committed Jul 22, 2022
1 parent 262aace commit 161c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tifeatures/templates/queryables.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endif %}
{% endfor %}

<li class="ml-auto json-link"><a target="_blank" href="{{ url }}?f=json">JSON</a></li>
<li class="ml-auto json-link"><a target="_blank" href="{{ url }}?f=schemajson">JSON</a></li>
</ol>
</nav>

Expand Down

0 comments on commit 161c286

Please sign in to comment.