แก้ไข api socket (support)
This commit is contained in:
parent
039d6ede24
commit
00397f5e57
3 changed files with 10 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import env from "../index";
|
||||
|
||||
const support = `${env.API_URL_SUPPORT}`;
|
||||
const socket = `${env.API_SUPPORT_SOCKET}`;
|
||||
|
||||
export default {
|
||||
supportMessageStatus: (id: string) => `${support}/issue/${id}/message-status`,
|
||||
|
|
@ -21,4 +22,5 @@ export default {
|
|||
|
||||
supportIssueCategory: `${support}/issue-category`,
|
||||
supportNewIssue: `${support}/issue`,
|
||||
supportSocket: `${socket}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue