This commit is contained in:
Megghy
2023-10-19 11:48:52 +08:00
parent eb8df943e3
commit 20a086cfb5
4 changed files with 210 additions and 3 deletions

View File

@@ -19,3 +19,4 @@ export const NOTIFACTION_API_URL = `${BASE_API}notifaction/`
export const QUESTION_API_URL = `${BASE_API}qa/`
export const LOTTERY_API_URL = `${BASE_API}lottery/`
export const HISTORY_API_URL = `${BASE_API}history/`
export const SCHEDULE_API_URL = `${BASE_API}schedule/`