Merge branch 'main' of github.com:Frappet/bma-ehr-checkin
This commit is contained in:
commit
04ff1b7164
7 changed files with 162 additions and 18 deletions
7
src/api/api.message.ts
Normal file
7
src/api/api.message.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import env from './index'
|
||||
const message = `${env.API_URI}/message`
|
||||
|
||||
export default {
|
||||
msgNotificate: `${message}/my-notifications`,
|
||||
msgId: (id: string) => `${message}/my-notifications/${id}`,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue