20 lines
621 B
20 lines
621 B
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.12.0/swagger-ui.css"> |
|
<title>DLUHC CORE Data Collection API</title> |
|
</head> |
|
<body> |
|
<div id="openapi"></div> |
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.12.0/swagger-ui-bundle.min.js"></script> |
|
<script> |
|
window.onload = function () { |
|
const ui = SwaggerUIBundle({ |
|
url: "v1.json", |
|
dom_id: "#openapi" |
|
}) |
|
} |
|
</script> |
|
</body>
|
|
|