new format wip

This commit is contained in:
Dylan Pizzo
2026-06-10 21:47:30 -04:00
parent 07595c31ef
commit 876404d8f5
45 changed files with 10893 additions and 144129 deletions
+3 -11
View File
@@ -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;