Skip to content

Commit

Permalink
Move router out of framework and into a first-party module.
Browse files Browse the repository at this point in the history
  • Loading branch information
briward committed Oct 29, 2024
1 parent c1fb407 commit cd26f28
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,4 @@ export type { Error } from "./src/error/interfaces/error.ts";
export type { Context } from "./src/http/interfaces/context.ts";
export type { Middleware } from "./src/http/interfaces/middleware.ts";

export {
BadRequest,
Kernel,
NotFound,
Request,
Response,
ServerError,
};
export { BadRequest, Kernel, NotFound, Request, Response, ServerError };

0 comments on commit cd26f28

Please sign in to comment.