แก้ socket ไม่ต่อ
This commit is contained in:
parent
c2381ef36d
commit
bce9be506b
1 changed files with 1 additions and 1 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_URI}`;
|
||||
export const supportSocket = `${new URL(env.API_SUPPORT_URI).origin}`;
|
||||
|
||||
export default {
|
||||
supportIssue,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue