You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
372 B
HTML
13 lines
372 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{{ title }} - Scalar API Reference</title>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<script id="api-reference" data-url="{{ openapi_url }}"></script>
|
|
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
|
|
</body>
|
|
</html>
|