codersforcauses / coexist

https://coexist-events.vercel.app
MIT License
6 stars 0 forks source link

Update RSVP endpoint to create for current user #97

Closed harryrigg closed 1 month ago

harryrigg commented 1 month ago

Basic Information

JoelRaju403 commented 1 month ago

Yeah might be something to do with the permissions that POST has in the RSVP views. Will look into it

harryrigg commented 1 month ago

Yeah might be something to do with the permissions that POST has in the RSVP views. Will look into it

Think it's only part of issue. I changed the permission class from IsStaffOrReadonly to IsAuthenticated, and it doesn't give a 401 error anymore, but still not working.

github-actions[bot] commented 1 month ago

Branch issue-97-Update_RSVP_endpoint_to_create_for_current_user created!