mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 19:59:37 +00:00
2 lines
107 B
TypeScript
2 lines
107 B
TypeScript
export const BASE_URL = "https://www.classcharts.com";
|
|
export const API_BASE = `${BASE_URL}/apiv2student`;
|