mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-07-27 14:53:56 +08:00
5 lines
178 B
TypeScript
5 lines
178 B
TypeScript
export const baseUrl = '/bison/api/';
|
|
export const authUrl = `${baseUrl}auth`;
|
|
export const globalConfUrl = `${baseUrl}global_conf`;
|
|
export const subsribeUrl = `${baseUrl}subs`;
|