1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
<!doctype html> <!-- Important: must specify -->
<html>
<head>
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 charecters -->
<script src="https://unpkg.com/rapidoc/dist/rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="openapi.yaml"
allow-try="false"
allow-spec-url-load="false"
allow-spec-file-load="false"
show-components="true"
schema-description-expanded="true"
heading-text="Flask Security External API">
<img
slot="logo"
src="logo-owl-68.png"
/>
</rapi-doc>
</body>
</html>
|