mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
15 lines
490 B
Plaintext
15 lines
490 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="X-UA-Compatible" content="IE=edge">
|
|
<title>Mango API Documentation</title>
|
|
<meta name="description" content="Mango - Manga Server and Web Reader">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
</head>
|
|
<body>
|
|
<redoc spec-url="<%= base_url %>openapi.json"></redoc>
|
|
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"></script>
|
|
</body>
|
|
</html>
|