Skip to content

Commit

Permalink
Show OpenAPI documentation for API tags
Browse files Browse the repository at this point in the history
  • Loading branch information
davelopez authored Jan 8, 2021
1 parent e217c27 commit 54719c7
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 54719c7

Please sign in to comment.