Skip to content

Commit cc4e885

Browse files
Fix broken route
1 parent 879c74a commit cc4e885

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

app/routes/clinics.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ module.exports = router => {
9494
return;
9595
}
9696

97-
res.render('clinics.index', {
97+
res.render('participants/show', {
98+
participant,
99+
clinic,
100+
event,
101+
clinicId: req.params.clinicId,
102+
participantId: req.params.participantId
98103
});
99104
});
100105

0 commit comments

Comments
 (0)