You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
252 B
HTML
13 lines
252 B
HTML
2 years ago
|
<!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>
|