fix credentials get api lint (#2322)

This commit is contained in:
Shuchang Zheng
2025-05-11 14:47:25 -07:00
committed by GitHub
parent f0eb4fdd62
commit 2c58e99b55

View File

@@ -1707,7 +1707,7 @@ async def cancel_run(
await run_service.cancel_run(run_id, organization_id=current_org.organization_id, api_key=x_api_key)
@legacy_base_router.get( "/credentials")
@legacy_base_router.get("/credentials")
@legacy_base_router.get("/credentials/", include_in_schema=False)
@base_router.get(
"/credentials",