1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 11:58:13 +00:00
classcharts-api-js/src/consts.ts

4 lines
173 B
TypeScript
Raw Normal View History

2022-01-31 22:32:29 +00:00
export const BASE_URL = "https://www.classcharts.com";
2022-03-12 11:30:03 +00:00
export const API_BASE_STUDENT = `${BASE_URL}/apiv2student`;
export const API_BASE_PARENT = `${BASE_URL}/apiv2parent`;