const BASE_URL = "/r/api"; export const SYSTEM_BASE_URL = `${BASE_URL}/system`; export const NETWORK_BASE_URL = `${BASE_URL}/network?url=`; export const BOT_INFO_URL = `${ BASE_URL }/bot`;