mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
revert
This commit is contained in:
parent
de4af313ba
commit
481a4fe7a1
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue