fix credentials get api lint (#2322)
This commit is contained in:
@@ -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)
|
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)
|
@legacy_base_router.get("/credentials/", include_in_schema=False)
|
||||||
@base_router.get(
|
@base_router.get(
|
||||||
"/credentials",
|
"/credentials",
|
||||||
|
|||||||
Reference in New Issue
Block a user