Merge branch 'main' of github.com:Frappet/bma-ehr-checkin

This commit is contained in:
Kittapath 2023-11-29 09:35:31 +07:00
commit 04ff1b7164
7 changed files with 162 additions and 18 deletions

7
src/api/api.message.ts Normal file
View 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}`,
}