added phase 2 tagging to jsdoc
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user