Skip to content

Commit

Permalink
Update fxa webhook route to POST from GET.
Browse files Browse the repository at this point in the history
  • Loading branch information
MelissaAutumn committed Jan 8, 2024
1 parent 5b905f9 commit 3675853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/appointment/routes/webhooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
router = APIRouter()


@router.get("/fxa-process")
@router.post("/fxa-process")
def fxa_process(
request: Request,
db: Session = Depends(get_db),
Expand Down

0 comments on commit 3675853

Please sign in to comment.