fix: แก้สรรหา

This commit is contained in:
setthawutttty 2025-09-10 12:04:53 +07:00
parent 40e2b34617
commit 22d1fbed58
5 changed files with 17 additions and 18 deletions

View file

@ -39,5 +39,5 @@ export default {
`${disableExam}placement/${examId}`,
repoetUploadDisableExam:(id:string)=>`${disableExam}result/${id}`,
repoetDownloadDisableExam:(id:string)=>`${disableExam}report/exam/${id}`
repoetDownloadDisableExam:(id:string,examId:string)=>`${disableExam}report/exam/${id}/${examId}`
};