api inbox noti
This commit is contained in:
parent
2fdd948e8f
commit
e97cb4cfa1
4 changed files with 569 additions and 315 deletions
8
src/api/api.message.ts
Normal file
8
src/api/api.message.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import env from "./index";
|
||||
|
||||
const message = `${env.API_URI}/message`;
|
||||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue