1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 19:59:37 +00:00

Docs need updating

This commit is contained in:
Chris Phillips 2022-03-08 07:12:56 +00:00
parent 02a2e00fee
commit 2ee2b47e41
12 changed files with 3850 additions and 74 deletions

View file

@ -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`;