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