global-express
Version:
A Command line interface for instantly building an express
21 lines (20 loc) • 635 B
HTML
<html>
<head>
<title>Global Express API</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
<link href="https://fonts.googleapis.com/css?family=Mandali&display=swap" rel="stylesheet" />
<style>
body {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<redoc spec-url="http://localhost:3000/api/v1/docs/swagger.json" expand-responses="all"></redoc>
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"></script>
</body>
</html>