aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-09-10 22:13:24 +0300
commit16165aea34a711027825b3f6512e73a0156f8068 (patch)
tree138d92b8b01c41e07a3a2316fd109ddd97e80fa6 /docs/index.html
parentrefactor: update readme (diff)
downloadlphub-16165aea34a711027825b3f6512e73a0156f8068.tar.gz
lphub-16165aea34a711027825b3f6512e73a0156f8068.tar.bz2
lphub-16165aea34a711027825b3f6512e73a0156f8068.zip
refactor: move backend entry, rename module
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/docs/index.html b/docs/index.html
deleted file mode 100644
index 8d12274..0000000
--- a/docs/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
1<!DOCTYPE html>
2<html lang="en">
3<head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1" />
6 <meta
7 name="description"
8 content="SwaggerIU"
9 />
10 <title>SwaggerUI</title>
11 <link rel="stylesheet" href="https://unpkg.com/swagger-ui-dist@4.4.1/swagger-ui.css" />
12</head>
13<body>
14 <div id="swagger-ui"></div>
15 <script src="https://unpkg.com/swagger-ui-dist@4.4.1/swagger-ui-bundle.js" crossorigin></script>
16 <script src="https://unpkg.com/swagger-ui-dist@4.4.1/swagger-ui-standalone-preset.js" crossorigin></script>
17 <script>
18 window.onload = () => {
19 window.ui = SwaggerUIBundle({
20 url: 'https://lp.ardapektezol.com/swagger.json',
21 dom_id: '#swagger-ui',
22 });
23 };
24 </script>
25</body>
26</html> \ No newline at end of file