Fix the API service to use the new Swagger description form

This commit is contained in:
Joseph Schorr 2015-05-14 17:15:39 -04:00
parent 0bc1c29dff
commit 3fb2a33ee7
5 changed files with 42 additions and 38 deletions

View file

@ -41,7 +41,7 @@
{% endblock %}
<script type="text/javascript">
window.__endpoints = {{ route_data|safe }}.apis;
window.__endpoints = {{ route_data|safe }}.paths;
window.__features = {{ feature_set|safe }};
window.__config = {{ config_set|safe }};
window.__oauth = {{ oauth_set|safe }};