new format wip
This commit is contained in:
+3
-11
@@ -1,17 +1,9 @@
|
||||
import echo from "./api/echo.ts";
|
||||
import getAuthor from "./api/getAuthor.ts";
|
||||
import getRelease from "./api/getRelease.ts";
|
||||
import release from "./api/release.ts";
|
||||
import getGame from "./api/getGame.ts";
|
||||
import room from "./api/room.ts";
|
||||
import webhook from "./api/webhook.ts";
|
||||
|
||||
export const routeList = [
|
||||
echo,
|
||||
webhook,
|
||||
release,
|
||||
getRelease,
|
||||
getAuthor,
|
||||
room,
|
||||
];
|
||||
export const routeList = [echo, webhook, getAuthor, room, getGame];
|
||||
|
||||
export type RouteList = typeof routeList;
|
||||
export type RouteList = typeof routeList;
|
||||
|
||||
Reference in New Issue
Block a user