Added basic loaders/files/dirs

This commit is contained in:
2021-03-01 17:20:39 +01:00
parent a1fbabdee8
commit 4e80aa8a32
13 changed files with 9516 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<script type="module" src="./rapidoc-min.js"></script>
</head>
<body>
<rapi-doc
spec-url="/docs/openapi.json"
> </rapi-doc>
</body>
</html>