Skip to content

Commit

Permalink
feat: move the routers into their own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 23, 2024
1 parent 627c38c commit 288ebac
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { logger } from "hono/logger";
import { rateLimiter } from "hono-rate-limiter";
import { serve } from "@hono/node-server";

import v2Router from "@/v2";
import v2Router from "@/routers/v2";
import { env } from "@/config/env";

import type { ServerContext } from "@/types/hono";
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 288ebac

Please sign in to comment.