Skip to content

Commit 012aaad

Browse files
committed
Update Swagger API key status description text
1 parent 8070d0c commit 012aaad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightrag/api/lightrag_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ async def lifespan(app: FastAPI):
350350
)
351351
swagger_description = (
352352
base_description
353-
+ (" (With authentication)" if api_key else "")
353+
+ (" (API-Key Enabled)" if api_key else "")
354354
+ "\n\n[View ReDoc documentation](/redoc)"
355355
)
356356
app_kwargs = {

0 commit comments

Comments
 (0)