เพิ่มระบบค้นหา issue
This commit is contained in:
parent
289e655495
commit
3c5d0aee27
3 changed files with 27 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
import env from "../index";
|
||||
|
||||
export const supportIssue = `${env.API_SUPPORT_URI}/issue`;
|
||||
export const supportSearchIssue = (id: string) =>
|
||||
`${env.API_SUPPORT_URI}/issue?search=${id}`;
|
||||
export const supportCategory = `${env.API_SUPPORT_URI}/Issue-category`;
|
||||
export const supportCategoryAction = (id: string) =>
|
||||
`${env.API_SUPPORT_URI}/Issue-category/${id}`;
|
||||
|
|
@ -17,9 +19,10 @@ export const supportSocket = `${env.API_SUPPORT_SOCKET}`;
|
|||
export default {
|
||||
supportIssue,
|
||||
supportCategory,
|
||||
supportSocket,
|
||||
supportMessage,
|
||||
supportMessageStatus,
|
||||
supportIssueChangeStatus,
|
||||
supportCategoryAction,
|
||||
supportSocket,
|
||||
supportSearchIssue,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue