1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-06-21 07:18:22 +02:00

Add REST API

This commit is contained in:
Alexandre Iooss
2019-08-17 12:12:10 +02:00
parent 670f7dfa39
commit 6a79169496
10 changed files with 167 additions and 7 deletions

View File

@ -0,0 +1,12 @@
{% 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 %}