Merge pull request #1331 from zecakeh/swagger-preview
Update instructions to preview Swagger definitionspull/1339/head
commit
ac1c5ad2bb
@ -0,0 +1 @@
|
|||||||
|
Update instructions to preview Swagger definitions.
|
||||||
@ -0,0 +1,13 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<script type="module" src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<rapi-doc spec-url="http://localhost:8000/api-docs.json"> </rapi-doc>
|
||||||
|
</body>
|
||||||
|
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue