1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-27 02:53:03 +00:00
med/theme/templates/redoc.html
Alexandre Iooss 6a79169496
Add REST API
2019-08-17 12:12:10 +02:00

13 lines
356 B
HTML

{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n static %}
{% block coltype %}nopadding{% endblock %}
{% block content %}
<redoc spec-url='{% url "openapi-schema" %}'></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
{% endblock %}