Skip to content

Commit

Permalink
Merge pull request #282 from LleidaHack/resend-mails
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
elver5041 authored Nov 4, 2024
2 parents 0956342 + d72fbae commit 76f5043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/impl/Event/router_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,7 @@ def confirm_assistance(token: AssistenceToken = Depends(JWTBearer())):
"""
event_service.confirm_assistance(token)
#redirect to Configuration.get('OTHERS', 'FRONT_URL')
return Response(status_code=303,
headers={"Location": Configuration.front_url})
return {"success": True}


@router.get("/force-confirm-assistance/{event_id}/{user_id}")
Expand Down

0 comments on commit 76f5043

Please sign in to comment.