Skip to content

Commit

Permalink
Merge pull request RedHatQE#37 from waynesun09/custom_openapi_fix
Browse files Browse the repository at this point in the history
Revert "Fix custom_openapi parameter issue"
  • Loading branch information
waynesun09 committed Feb 1, 2022
2 parents eed860d + 85ac01a commit fa1865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
)


def custom_openapi(root_path):
def custom_openapi():
if app.openapi_schema:
return app.openapi_schema
openapi_schema = get_openapi(
Expand Down

0 comments on commit fa1865f

Please sign in to comment.