การแจ้งเตือน
This commit is contained in:
parent
c7f564ee62
commit
8575062d22
2 changed files with 83 additions and 77 deletions
|
|
@ -4,7 +4,8 @@ const message = `${env.API_URI}/message`;
|
|||
const reply = `${env.API_URI}/placement/noti`;
|
||||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue