Skip to content

Commit

Permalink
docs(api): update API description
Browse files Browse the repository at this point in the history
  • Loading branch information
brucetony committed Mar 25, 2024
1 parent c9bf789 commit 682090d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ async def lifespan(app: FastAPI):
app = FastAPI(
openapi_tags=tags_metadata,
title="FLAME API",
description="Test API for FLAME project",
description="FLAME project API for interacting with various microservices within the node for the UI.",
swagger_ui_init_oauth={
# "usePkceWithAuthorizationCodeGrant": True,
# Auth fill client ID for the docs with the below value
Expand Down

0 comments on commit 682090d

Please sign in to comment.