ต่อ api delete notification

This commit is contained in:
AnandaTon 2023-09-11 12:13:24 +07:00
parent 7f47b78067
commit 7c957419ae
2 changed files with 17 additions and 14 deletions

View file

@ -8,4 +8,5 @@ const message = `${env.API_PLACEMENT_URI}/message`;
export default {
msgNotificate: `${message}/my-notifications`,
msgInbox: `${message}/my-inboxes`,
msgId: (id: string) => `${message}/my-notifications/${id}`,
};