mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 11:58:13 +00:00
fix: revalidate auth token
This commit is contained in:
parent
91e956b642
commit
797c43ed56
6 changed files with 523 additions and 487 deletions
|
|
@ -1,3 +1,5 @@
|
|||
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 PING_INTERVAL = 180 * 1000; // 3 minutes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue