Skip to content

Commit

Permalink
Merge pull request #31 from UKHomeOffice/bugfix/url-params
Browse files Browse the repository at this point in the history
Fix profile url
  • Loading branch information
joefitter authored Nov 23, 2018
2 parents 12326b6 + d8f6b83 commit e6694b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const urls = {
},
profile: {
list: '/establishment/:establishmentId/people',
view: '/establishment/:establishmentId/profile/:profileId'
view: '/establishment/:establishmentId/people/:profileId'
},
project: {
list: '/establishment/:establishmentId/projects'
Expand Down

0 comments on commit e6694b9

Please sign in to comment.