// Define ENDPOINT export const BASE_ENDPOINT = "/api"; export const SERVER_STATUS_ENDPOINT = BASE_ENDPOINT + "/server-status";