แก้ API
This commit is contained in:
parent
20049939c0
commit
20ea243eaf
2 changed files with 2 additions and 1 deletions
|
|
@ -101,6 +101,7 @@ export default {
|
|||
`${appeal}/admin?status=${status}&type=${type}&year=${year}&page=${page}&pageSize=${pageSize}&keyword=${keyword}`,
|
||||
appealAdd: () => `${appeal}`,
|
||||
appealByID: (id: string) => `${appeal}/${id}`,
|
||||
appealByIDGet: (id: string) => `${appeal}/admin/${id}`,
|
||||
appealUpLoadFile: (id: string) => `${appeal}/file/${id}`,
|
||||
appealDeleteFile: (id: string, docId: string) =>
|
||||
`${appeal}/file/${id}/${docId}`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue