mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 12:50:38 +08:00
revert
This commit is contained in:
@ -70,8 +70,7 @@ async def _perform_commands(commands_conf: str, agent: PRAgent, body: dict, api_
|
|||||||
await agent.handle_request(api_url, new_command)
|
await agent.handle_request(api_url, new_command)
|
||||||
|
|
||||||
|
|
||||||
# @router.post("/", dependencies=[Depends(authorize)])
|
@router.post("/", dependencies=[Depends(authorize)])
|
||||||
@router.post("/")
|
|
||||||
async def handle_webhook(background_tasks: BackgroundTasks, request: Request):
|
async def handle_webhook(background_tasks: BackgroundTasks, request: Request):
|
||||||
log_context = {"server_type": "azure_devops_server"}
|
log_context = {"server_type": "azure_devops_server"}
|
||||||
data = await request.json()
|
data = await request.json()
|
||||||
|
Reference in New Issue
Block a user