mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-10-27 08:49:27 +00:00
11 lines
277 B
HTML
11 lines
277 B
HTML
<!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> |