Skip to content

Commit 11f30b5

Browse files
authored
Use routes instead of api (#283)
1 parent 17e5c75 commit 11f30b5

File tree

174 files changed

+1
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

174 files changed

+1
-1
lines changed

src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ import path from "path";
55
import { URL } from "url";
66
import { env } from "../utils/env";
77
import { logger } from "../utils/logger";
8-
import { withRoutes } from "./api";
98
import { withAuth } from "./middleware/auth";
109
import { withCors } from "./middleware/cors";
1110
import { withErrorHandler } from "./middleware/error";
1211
import { withExpress } from "./middleware/express";
1312
import { withRequestLogs } from "./middleware/logs";
1413
import { withOpenApi } from "./middleware/open-api";
14+
import { withRoutes } from "./routes";
1515

1616
const __dirname = new URL(".", import.meta.url).pathname;
1717

0 commit comments

Comments
 (0)