aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorawesomepandapig <34806109+awesomepandapig@users.noreply.github.com>2022-07-30 03:04:43 -0700
committerGitHub <noreply@github.com>2022-07-30 03:04:43 -0700
commit5ed0cd570b67d121d17c6fc7682e03ef66d4b7a7 (patch)
tree5f1201442ee7bc33b7ac8626fb6dafc8be70b830
parent8d4bae598cfe40e3b51f61edd339677dba906cbd (diff)
downloadskyblock.bingo-5ed0cd570b67d121d17c6fc7682e03ef66d4b7a7.tar.gz
skyblock.bingo-5ed0cd570b67d121d17c6fc7682e03ef66d4b7a7.tar.bz2
skyblock.bingo-5ed0cd570b67d121d17c6fc7682e03ef66d4b7a7.zip
Add files via upload
-rw-r--r--swagger.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/swagger.html b/swagger.html
new file mode 100644
index 0000000..930ae35
--- /dev/null
+++ b/swagger.html
@@ -0,0 +1,25 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
+ <meta
+ name="description"
+ content="SwaggerIU"
+ />
+ <title>API | skyblock.bingo</title>
+ <link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui.css" />
+</head>
+<body>
+<div id="swagger-ui"></div>
+<script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-bundle.js" crossorigin></script>
+<script>
+ window.onload = () => {
+ window.ui = SwaggerUIBundle({
+ url: 'https://skyblock.bingo/api/swagger.json',
+ dom_id: '#swagger-ui',
+ });
+ };
+</script>
+</body>
+</html> \ No newline at end of file