added phase 2 tagging to jsdoc

This commit is contained in:
2023-04-04 14:33:10 +01:00
parent 53914bfe80
commit 98ed833a47
30 changed files with 36 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import "swagger-ui-react/swagger-ui.css";
const SwaggerUI = dynamic(import("swagger-ui-react"), { ssr: false });
function ApiDoc({ spec }) {
return <SwaggerUI spec={spec} docExpansion={"none"} />;
return <SwaggerUI spec={spec} docExpansion={"list"} />;
}
let BASE_URL;