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