api review
This commit is contained in:
parent
8a79a051fc
commit
d052184c12
2 changed files with 26 additions and 15 deletions
|
|
@ -34,6 +34,8 @@ export default {
|
|||
`${periodExam}position/${examId}/${positionId}`,
|
||||
periodExamPayment: (examId: string) => `${periodExam}payment/${examId}`,
|
||||
candidateCard: (examId: string, positionId: string) => `${candidate}card/${examId}/${positionId}`,
|
||||
candidateReview: (examId: string, positionId: string) =>
|
||||
`${candidate}review/${examId}/${positionId}`,
|
||||
candidate,
|
||||
candidateBill: (examId: string, positionId: string) => `${candidate}bill/${examId}/${positionId}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue