16 lines
406 B
HTML
16 lines
406 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<title>Sendico API Docs (Redoc)</title>
|
|
<style>
|
|
html, body { margin: 0; height: 100%; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="./api.yaml"></redoc>
|
|
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
|
|
</body>
|
|
</html>
|