Fix /gateway/bot
https://canary.discord.com/channels/806142446094385153/806142446529806367/898928295771521125
This commit is contained in:
parent
afaf55195c
commit
3669823ee7
@ -23,7 +23,7 @@ const options: RouteOptions = {
|
||||
}
|
||||
};
|
||||
|
||||
router.get("/bot", route(options), (req: Request, res: Response) => {
|
||||
router.get("/", route(options), (req: Request, res: Response) => {
|
||||
const { endpointPublic } = Config.get().gateway;
|
||||
res.json({
|
||||
url: endpointPublic || process.env.GATEWAY || "ws://localhost:3002",
|
||||
|
Loading…
x
Reference in New Issue
Block a user