แก้ไข api socket (support)

This commit is contained in:
puri-ph4tt 2024-02-06 10:03:45 +07:00
parent 039d6ede24
commit 00397f5e57
3 changed files with 10 additions and 2 deletions

View file

@ -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}`,
};