This commit is contained in:
Gaurav Kumar
2025-03-19 11:18:25 +05:30
commit 8998b79b30
286 changed files with 478324 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html>
<head>
<title>ReDoc</title>
<!-- needed for adaptive design -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--
ReDoc doesn't change outer page styles
-->
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url='/api-docs'></redoc>
<script src="/redoc/redoc.min.js"> </script>
</body>
</html>

File diff suppressed because one or more lines are too long