astrbbbb / docs /public /scalar.html
qa1145's picture
Upload 1245 files
8ede856 verified
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AstrBot OpenAPI - Scalar</title>
<style>
html,
body,
#app {
height: 100%;
margin: 0;
}
</style>
</head>
<body>
<div id="app"></div>
<script src="https://cdn.jsdelivr.net/npm/@scalar/api-reference"></script>
<script>
Scalar.createApiReference('#app', {
url: '/openapi.json'
})
</script>
</body>
</html>