mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
8 lines
192 B
JavaScript
8 lines
192 B
JavaScript
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`;
|