cosmos-sdk/client/docs/swagger-ui/index.html
2023-10-19 09:25:14 +00:00

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>