Open FelipePSoares opened 4 days ago
Create an endpoint in the ProjectsController to accept a invitation to a project. This will allow users to accept a invitation for a specific project.
ProjectsController
Endpoint:
POST
/api/projects/{token}/accept
Logic:
Create an endpoint in the
ProjectsController
to accept a invitation to a project. This will allow users to accept a invitation for a specific project.Endpoint:
POST
endpoint to theProjectsController
./api/projects/{token}/accept
POST
Logic: