11 lines
289 B
HTML
Vendored
11 lines
289 B
HTML
Vendored
<!doctype html> <!-- Important: must specify -->
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
|
|
<script type="module" src="rapidoc-min.js"></script>
|
|
</head>
|
|
<body>
|
|
<rapi-doc spec-url = "swagger.yaml"> </rapi-doc>
|
|
</body>
|
|
</html>
|