Skip to content

Commit

Permalink
adding OpenAPI page
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaudis committed Mar 4, 2025
1 parent eb546aa commit 04bfe46
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
Binary file added public/OpenAPI/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/OpenAPI/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions public/OpenAPI/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!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="./swagger-ui.css">
<title>OpenAPI Progenetix Beacon Test</title>
<body>
<div id="openapi">
<script src="./swagger-ui-bundle.js"></script>
<script src="./swagger-ui-standalone-preset.js"> </script>
<script>
window.onload = function () {
const ui = SwaggerUIBundle({
url: "/api",
dom_id: "#openapi"
})
}
</script>
</body>
2 changes: 2 additions & 0 deletions public/OpenAPI/swagger-ui-bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions public/OpenAPI/swagger-ui-standalone-preset.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions public/OpenAPI/swagger-ui.css

Large diffs are not rendered by default.

0 comments on commit 04bfe46

Please sign in to comment.