reply message
This commit is contained in:
parent
b74936f8db
commit
0303b2e60d
3 changed files with 149 additions and 3 deletions
|
|
@ -1,8 +1,10 @@
|
|||
import env from "./index";
|
||||
|
||||
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}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue