This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/archiva-web-content.git

commit 29490bf844beb4487032836c0bf8770e9c47fc6d
Author: Martin Stockhammer <[email protected]>
AuthorDate: Sun Mar 14 20:05:27 2021 +0100

    Using equal index.html files for swagger ui
---
 docs/2.2.1/rest-docs-archiva-ui/ui/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/2.2.1/rest-docs-archiva-ui/ui/index.html 
b/docs/2.2.1/rest-docs-archiva-ui/ui/index.html
index 4c9eb26..06913d6 100644
--- a/docs/2.2.1/rest-docs-archiva-ui/ui/index.html
+++ b/docs/2.2.1/rest-docs-archiva-ui/ui/index.html
@@ -38,7 +38,7 @@
       if (url && url.length > 1) {
         url = decodeURIComponent(url[1]);
       } else {
-        url = 
window.location.pathname.split('/').slice(0,-1).join("/")+"/swagger.json"; 
+        url = 
window.location.pathname.split('/').slice(0,-1).join("/")+"/swagger.json";
       }
 
       hljs.configure({

Reply via email to