Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Update find routing
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhatley committed Sep 13, 2023
1 parent 28e02dc commit a7e68b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/mentors.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ exports.list_mentors_get = (req, res) => {
mentors,
actions: {
new: `/organisations/${req.params.organisationId}/mentors/new`,
find: `/organisations/${req.params.organisationId}/mentors/search`,
find: `/find/organisations/${req.params.organisationId}/mentors/search`,
view: `/organisations/${req.params.organisationId}/mentors`
}
})
Expand Down

0 comments on commit a7e68b1

Please sign in to comment.