Skip to content

Commit 537ebdd

Browse files
authored
Merge pull request #602 from xfoxfu/master
feat: add security in raw route info
2 parents 63facbe + 2add8ca commit 537ebdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/schema-routes/schema-routes.js

+1
Original file line numberDiff line numberDiff line change
@@ -917,6 +917,7 @@ class SchemaRoutes {
917917
produces,
918918
requestBody,
919919
consumes,
920+
security,
920921
};
921922

922923
const queryObjectSchema = this.convertRouteParamsIntoObject(

0 commit comments

Comments
 (0)