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