aboutsummaryrefslogtreecommitdiff
path: root/backend/docs/index.html
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 18:38:51 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-22 18:38:51 +0300
commitdda495de3fd79e4a36713c6012820b7e3394d172 (patch)
tree64074eb6e9a50cc91394d486655d0919aa08d61d /backend/docs/index.html
parentfrontend: fix broken msg for coop submission (diff)
downloadlphub-dda495de3fd79e4a36713c6012820b7e3394d172.tar.gz
lphub-dda495de3fd79e4a36713c6012820b7e3394d172.tar.bz2
lphub-dda495de3fd79e4a36713c6012820b7e3394d172.zip
docs: point to pektezoldev
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..f2b358d 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: 'https://lp.pektezol.dev/swagger.json',
21 dom_id: '#swagger-ui', 21 dom_id: '#swagger-ui',
22 }); 22 });
23 }; 23 };