load Inbox
This commit is contained in:
parent
19e8059cd8
commit
8a4ae65025
3 changed files with 198 additions and 126 deletions
|
|
@ -5,7 +5,9 @@ const reply = `${env.API_URI}/placement/noti`;
|
|||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgNotificateTotal: `${message}/my-notifications/noread`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
msgInboxRead: (id: string) => `${message}/my-inboxes/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue