diff --git a/backend/src/appointment/routes/webhooks.py b/backend/src/appointment/routes/webhooks.py index f778620ba..603cd242c 100644 --- a/backend/src/appointment/routes/webhooks.py +++ b/backend/src/appointment/routes/webhooks.py @@ -11,7 +11,7 @@ router = APIRouter() -@router.get("/fxa-process") +@router.post("/fxa-process") def fxa_process( request: Request, db: Session = Depends(get_db),