add author page!

This commit is contained in:
dylan
2024-04-02 19:04:34 -07:00
parent 2b614dcb79
commit 11783ba2fb
6 changed files with 177 additions and 52 deletions
+2
View File
@@ -1,4 +1,5 @@
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 webhook from "./api/webhook.ts";
@@ -8,6 +9,7 @@ export const routeList = [
webhook,
release,
getRelease,
getAuthor,
];
export type RouteList = typeof routeList;