API noti-admin
This commit is contained in:
parent
de0f477291
commit
aff377985a
2 changed files with 9 additions and 6 deletions
|
|
@ -12,5 +12,7 @@ export default {
|
|||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
msgNoread: () => `${message}/my-notifications/noread`,
|
||||
msgInboxDelete: (id: string) => `${message}/my-inboxes/${id}`,
|
||||
|
||||
replyMessage: (id: string) => `${reply}/${id}`,
|
||||
msgNotiAdmin: `${env.API_URI}/org/profile/noti-admin`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue