รายละเอียดรับโอน
This commit is contained in:
parent
b4ac343685
commit
1a7b4bf418
11 changed files with 1283 additions and 142 deletions
11
src/api/00_dashboard/api.message.ts
Normal file
11
src/api/00_dashboard/api.message.ts
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/**
|
||||
* API Structure + Org Chart
|
||||
*/
|
||||
import env from "../index";
|
||||
|
||||
const message = `${env.API_DASHBOARD_URI}/message`;
|
||||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgInbox: `${message}/my-inboxes`,
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue