Closed MikeyManoguerra closed 3 years ago
new path /existingparticipant/<participant-id>/ on page load, if participant id in path does not match participantStore.participant.id, request path participant from api.
/existingparticipant/<participant-id>/
change redirect to 404 page if participant not found.
If anyone else wants to take this let me know, but I think I can knock it out pretty quick
new path
/existingparticipant/<participant-id>/
on page load, if participant id in path does not match participantStore.participant.id, request path participant from api.change redirect to 404 page if participant not found.