mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-03 04:10:49 +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)
|
||||
|
||||
|
||||
# @router.post("/", dependencies=[Depends(authorize)])
|
||||
@router.post("/")
|
||||
@router.post("/", dependencies=[Depends(authorize)])
|
||||
async def handle_webhook(background_tasks: BackgroundTasks, request: Request):
|
||||
log_context = {"server_type": "azure_devops_server"}
|
||||
data = await request.json()
|
||||
|
Reference in New Issue
Block a user