ต่อapiโหลดใบชำระเงิน
This commit is contained in:
parent
9cab3eb48b
commit
3b4df7e4c6
3 changed files with 24 additions and 13 deletions
|
|
@ -34,5 +34,6 @@ export default {
|
|||
`${periodExam}position/${examId}/${positionId}`,
|
||||
periodExamPayment: (examId: string) => `${periodExam}payment/${examId}`,
|
||||
candidateCard: (examId: string, positionId: string) => `${candidate}card/${examId}/${positionId}`,
|
||||
candidate
|
||||
candidate,
|
||||
candidateBill: (examId: string, positionId: string) => `${candidate}bill/${examId}/${positionId}`
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue