Routes
Defined in index, you can import them from it.
Route
Route
callback: (client: Client, req: Request, res: Response) => Promise<void>;
Methods
Methods
export type Methods = "GET" | "POST" | "PUT" | "DELETE" | "PATCH" | "HEAD" | "OPTIONS";
Last updated