seyfert/util/Routes.ts
2022-06-19 20:26:57 -05:00

3 lines
57 B
TypeScript

export function GATEWAY_BOT() {
return "/gateway/bot";
}