seyfert/util/Routes.ts
2022-06-21 20:25:17 -05:00

4 lines
61 B
TypeScript

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