apiรายละเอียดการประเมินของ

This commit is contained in:
setthawutttty 2023-12-21 16:33:54 +07:00
parent ec4dd527c4
commit 693e8008a5
6 changed files with 179 additions and 63 deletions

View file

@ -11,5 +11,6 @@ export default {
meeting: () => `${evaluation}/meeting`,
meetingById: (id: string) => `${evaluation}/meeting/${id}`,
evaluationFilebyId:(volume:string,id:string,file:string) => `${evaluationFile}/${volume}/${id}/${file}`
evaluationFilebyId:(volume:string,id:string,file:string) => `${evaluationFile}/${volume}/${id}/${file}`,
evaluationFileListbyId:(volume:string,id:string) => `${evaluationFile}/${volume}/${id}`
};