Skip to content

Commit 54e64f1

Browse files
committed
chore: remove unused showRoutes import from index.ts
1 parent 6f5863f commit 54e64f1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/index.ts

-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { ApiError, HonoContext } from "./types";
22
import { OpenAPIHono } from "@hono/zod-openapi";
33
import { apiReference } from "@scalar/hono-api-reference";
44
import { env } from "hono/adapter";
5-
import { showRoutes } from "hono/dev";
65
import { HTTPException } from "hono/http-exception";
76
import { buildOpenApiConfig } from "./openapi";
87
import { GATEWAY_GITHUB_ROUTER } from "./routes/gateway_github";
@@ -104,6 +103,4 @@ app.notFound(async (c) => {
104103
} satisfies ApiError, 404);
105104
});
106105

107-
showRoutes(app);
108-
109106
export default app;

0 commit comments

Comments
 (0)