55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			55 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <title>ACLDB API Documentation</title>
 | 
						|
  <link rel="stylesheet" type="text/css" href="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui.css" />
 | 
						|
  <link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@4.5.0/favicon-32x32.png" sizes="32x32" />
 | 
						|
  <link rel="icon" type="image/png" href="https://unpkg.com/swagger-ui-dist@4.5.0/favicon-16x16.png" sizes="16x16" />
 | 
						|
  <style>
 | 
						|
    html {
 | 
						|
      box-sizing: border-box;
 | 
						|
      overflow: -moz-scrollbars-vertical;
 | 
						|
      overflow-y: scroll;
 | 
						|
    }
 | 
						|
    
 | 
						|
    *,
 | 
						|
    *:before,
 | 
						|
    *:after {
 | 
						|
      box-sizing: inherit;
 | 
						|
    }
 | 
						|
    
 | 
						|
    body {
 | 
						|
      margin: 0;
 | 
						|
      background: #fafafa;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
  <div id="swagger-ui"></div>
 | 
						|
 | 
						|
  <script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-bundle.js"></script>
 | 
						|
  <script src="https://unpkg.com/swagger-ui-dist@4.5.0/swagger-ui-standalone-preset.js"></script>
 | 
						|
  <script>
 | 
						|
    window.onload = function() {
 | 
						|
      const ui = SwaggerUIBundle({
 | 
						|
        url: "/openapi.json",
 | 
						|
        dom_id: '#swagger-ui',
 | 
						|
        deepLinking: true,
 | 
						|
        presets: [
 | 
						|
          SwaggerUIBundle.presets.apis,
 | 
						|
          SwaggerUIStandalonePreset
 | 
						|
        ],
 | 
						|
        plugins: [
 | 
						|
          SwaggerUIBundle.plugins.DownloadUrl
 | 
						|
        ],
 | 
						|
        layout: "StandaloneLayout"
 | 
						|
      });
 | 
						|
      
 | 
						|
      window.ui = ui;
 | 
						|
    };
 | 
						|
  </script>
 | 
						|
</body>
 | 
						|
</html>
 |