GUI chat
This commit is contained in:
parent
f25a439804
commit
0a98d96d38
9 changed files with 6862 additions and 9 deletions
10
src/api/00_support/api.support.ts
Normal file
10
src/api/00_support/api.support.ts
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
import env from "../index";
|
||||
|
||||
export const supportIssue = `${env.API_SUPPORT_URI}/issue`;
|
||||
export const supportMessage = (id: string) =>
|
||||
`${env.API_SUPPORT_URI}/issue/${id}/message`;
|
||||
|
||||
export default {
|
||||
supportIssue,
|
||||
supportMessage,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue