Add apidocs endpoint. Closes #1

This commit is contained in:
Ian Renton
2025-09-28 21:51:13 +01:00
parent b03650eb80
commit e66b061155
2 changed files with 19 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>API Documentation</title>
</head>
<body>
<redoc spec-url="/apidocs/openapi.yml"></redoc>
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"> </script>
</body>
</html>