mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
17 lines
504 B
HTML
17 lines
504 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>
|
|
<!-- 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>
|
|
</body>
|
|
</html> |