(postId)
| 44 | } |
| 45 | |
| 46 | export function postsPostPath(postId) { |
| 47 | return `/posts/${encodePathSegment(postId)}`; |
| 48 | } |
| 49 | |
| 50 | export function postsApplicantPath(postId, applicantId) { |
| 51 | return `${postsPostPath(postId)}/applicant/${encodePathSegment(applicantId)}`; |
no test coverage detected