mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
feat: parent support
This commit is contained in:
parent
928a9f76f5
commit
ab73bd92cd
39 changed files with 3983 additions and 120 deletions
|
|
@ -1,2 +1,3 @@
|
|||
export const BASE_URL = "https://www.classcharts.com";
|
||||
export const API_BASE = `${BASE_URL}/apiv2student`;
|
||||
export const API_BASE_STUDENT = `${BASE_URL}/apiv2student`;
|
||||
export const API_BASE_PARENT = `${BASE_URL}/apiv2parent`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue