mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
28 lines
800 B
HTML
28 lines
800 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Scalar API Reference</title>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- Need a Custom Header? Check out this example https://codepen.io/scalarorg/pen/VwOXqam -->
|
|
<!-- <script
|
|
id="api-reference"
|
|
data-url="/generated/tunarr-latest-openapi.json"></script> -->
|
|
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
|
|
<script id="sources" src="/generated/openapi-specs.js"></script>
|
|
<script>
|
|
Scalar.createApiReference('#app', {
|
|
theme: "default",
|
|
favicon: 'assets/favicon.png',
|
|
hideClientButton: true,
|
|
|
|
sources,
|
|
})
|
|
</script>
|
|
</body>
|
|
</html> |