ทะเบียนประวัติ: ผูกAPI การฝึกอบรม(Training)

This commit is contained in:
oat_dev 2024-03-15 17:55:32 +07:00
parent 1d644393fb
commit 9f19840c03
3 changed files with 266 additions and 80 deletions

View file

@ -11,4 +11,12 @@ export default {
`${registryNew}insignia/${insignId}`,
profileNewInsignHisByInsignId: (insignId: string) =>
`${registryNew}insignia/history/${insignId}`,
profileNewTraining: `${registryNew}training`,
profileNewTrainingByProfileId: (profileId: string) =>
`${registryNew}training/${profileId}`,
profileNewTrainingByTrainingId: (trainingId: string) =>
`${registryNew}training/${trainingId}`,
profileNewTrainingHisByTrainingId: (trainingId: string) =>
`${registryNew}training/history/${trainingId}`,
};