เเก้ type SupportIssueCategory
เเละ ตั้งค่า Socket .ใหม่
This commit is contained in:
parent
b4c4325cd1
commit
7a579ab4cc
4 changed files with 13 additions and 10 deletions
|
|
@ -12,6 +12,8 @@ export const supportMessage = (id: string) =>
|
|||
export const supportMessageStatus = (id: string) =>
|
||||
`${env.API_SUPPORT_URI}/issue/${id}/message-status`;
|
||||
|
||||
export const supportSocket = `${env.API_SUPPORT_SOCKET}`;
|
||||
|
||||
export default {
|
||||
supportIssue,
|
||||
supportCategory,
|
||||
|
|
@ -19,4 +21,5 @@ export default {
|
|||
supportMessageStatus,
|
||||
supportIssueChangeStatus,
|
||||
supportCategoryAction,
|
||||
supportSocket,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue