reply message
This commit is contained in:
parent
dd5614a0c0
commit
a57724d07f
3 changed files with 139 additions and 4 deletions
|
|
@ -4,10 +4,12 @@
|
|||
import env from "../index";
|
||||
|
||||
const message = `${env.API_PLACEMENT_URI}/message`;
|
||||
const reply = `${env.API_PLACEMENT_URI}/placement/noti`;
|
||||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
msgInboxDelete:(id:string) => `${message}/my-inboxes/${id}`,
|
||||
msgInboxDelete: (id: string) => `${message}/my-inboxes/${id}`,
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue