aboutsummaryrefslogtreecommitdiff
path: root/backend/docs/index.html
diff options
context:
space:
mode:
authorWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-28 11:43:38 +0100
committerWolfboy248 <georgejvindkarlsen@gmail.com>2024-10-28 11:43:38 +0100
commit6fdc20a4db98531545badedf983a81a05f0ea450 (patch)
tree69d314fd8fad33cc12c676617b5bc1c6ff066cce /backend/docs/index.html
parentrefactor: uploadrundialog (diff)
parentbackend: fix user completion count (diff)
downloadlphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.gz
lphub-6fdc20a4db98531545badedf983a81a05f0ea450.tar.bz2
lphub-6fdc20a4db98531545badedf983a81a05f0ea450.zip
Merge branch 'typescript' of https://github.com/pektezol/LeastPortalsHub into typescript
Diffstat (limited to 'backend/docs/index.html')
-rw-r--r--backend/docs/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/docs/index.html b/backend/docs/index.html
index 8d12274..997b7d6 100644
--- a/backend/docs/index.html
+++ b/backend/docs/index.html
@@ -17,7 +17,7 @@
17 <script> 17 <script>
18 window.onload = () => { 18 window.onload = () => {
19 window.ui = SwaggerUIBundle({ 19 window.ui = SwaggerUIBundle({
20 url: 'https://lp.ardapektezol.com/swagger.json', 20 url: '/swagger.json',
21 dom_id: '#swagger-ui', 21 dom_id: '#swagger-ui',
22 }); 22 });
23 }; 23 };