@@ -6,7 +6,7 @@
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <rapi-doc 
 | 
			
		||||
    spec-url="/api/docs/openapi.json" 
 | 
			
		||||
    spec-url="/docs/openapi.json" 
 | 
			
		||||
  > </rapi-doc>
 | 
			
		||||
</body> 
 | 
			
		||||
</html>
 | 
			
		||||
@@ -12,7 +12,7 @@
 | 
			
		||||
    </style>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <redoc spec-url='/api/docs/openapi.json'></redoc>
 | 
			
		||||
    <redoc spec-url='/docs/openapi.json'></redoc>
 | 
			
		||||
    <script src="./redoc.standalone.js"> </script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
@@ -37,7 +37,7 @@
 | 
			
		||||
    window.onload = function() {
 | 
			
		||||
      // Begin Swagger UI call region
 | 
			
		||||
      const ui = SwaggerUIBundle({
 | 
			
		||||
        url: "/api/docs/openapi.json",
 | 
			
		||||
        url: "/docs/openapi.json",
 | 
			
		||||
        dom_id: '#swagger-ui',
 | 
			
		||||
        deepLinking: true,
 | 
			
		||||
        presets: [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user