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

Revert "Added Parent support"

This commit is contained in:
James Cook 2022-03-12 11:20:59 +00:00 committed by GitHub
parent 0eb5d1dae4
commit eafd6696e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
39 changed files with 120 additions and 3983 deletions

View file

@ -1,3 +1,2 @@
export const BASE_URL = "https://www.classcharts.com";
export const API_BASE_STUDENT = `${BASE_URL}/apiv2student`;
export const API_BASE_PARENT = `${BASE_URL}/apiv2parent`;
export const API_BASE = `${BASE_URL}/apiv2student`;