blob: 4a0dc4933d1264c05e5176aa54a32601b22ddbb1 [file] [log] [blame]
<!doctype html>
<html>
<head>
<title>Airflow REST API</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body { margin: 0; padding: 0; }
</style>
</head>
<body>
<redoc
hide-hostname
no-auto-auth
>
</redoc>
<script src="_static/redoc.js"></script>
<script>
var spec = "_specs/v1.yaml";
Redoc.init(spec);
</script>
</body>
</html>