try to fix websockets
This commit is contained in:
@@ -2,8 +2,7 @@ import echo from "./api/echo.ts";
|
||||
import getAuthor from "./api/getAuthor.ts";
|
||||
import getGame from "./api/getGame.ts";
|
||||
import room from "./api/room.ts";
|
||||
import webhook from "./api/webhook.ts";
|
||||
|
||||
export const routeList = [echo, webhook, getAuthor, room, getGame];
|
||||
export const routeList = [echo, getAuthor, room, getGame];
|
||||
|
||||
export type RouteList = typeof routeList;
|
||||
|
||||
Reference in New Issue
Block a user