17 lines
533 B
HTML
17 lines
533 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<title>Scullion REST API</title>
|
|
<script src="https://unpkg.com/@stoplight/elements/web-components.min.js"></script>
|
|
<link rel="stylesheet" href="https://unpkg.com/@stoplight/elements/styles.min.css">
|
|
</head>
|
|
<body>
|
|
<elements-api
|
|
apiDescriptionUrl="http://localhost:8080/docs/openapi.yml"
|
|
router="hash"
|
|
layout="sidebar"
|
|
/>
|
|
</body>
|
|
</html>
|