ต่อ api ปฏิเสธจ่ายเงิน
This commit is contained in:
parent
f03c8a8f10
commit
c3688918bf
6 changed files with 126 additions and 97 deletions
|
|
@ -21,6 +21,8 @@ export default {
|
|||
`${candidate}register/${examId}/${positionId}`,
|
||||
candidatePayment: (examId: string, positionId: string) =>
|
||||
`${candidate}payment-image/${examId}/${positionId}`,
|
||||
candidateProfile: (examId: string, positionId: string) =>
|
||||
`${candidate}profile-image/${examId}/${positionId}`,
|
||||
candidateStatus: (examId: string, positionId: string) =>
|
||||
`${candidate}status/${examId}/${positionId}`,
|
||||
candidateUpload: (examId: string, positionId: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue