Skip to content

Commit

Permalink
Merge pull request #11083 from davelopez/davelopez-patch-1
Browse files Browse the repository at this point in the history
Show OpenAPI documentation for API tags
  • Loading branch information
bgruening authored Jan 8, 2021
2 parents 8175fe1 + 54719c7 commit 45c796f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/fast_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ async def message_exception_middleware(request: Request, exc: MessageException)


def initialize_fast_app(gx_app):
app = FastAPI()
app = FastAPI(openapi_tags=api_tags_metadata)

add_exception_handler(app)
wsgi_handler = WSGIMiddleware(gx_app)
Expand Down

0 comments on commit 45c796f

Please sign in to comment.