ต่อ socket กับ server
This commit is contained in:
parent
efe7ab6b78
commit
8de2743eb1
4 changed files with 221 additions and 49 deletions
|
|
@ -14,7 +14,7 @@ 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 const supportSocket = `${env.API_SUPPORT_URI}`;
|
||||
|
||||
export default {
|
||||
supportIssue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue