aboutsummaryrefslogtreecommitdiff
path: root/src/server.ts
diff options
context:
space:
mode:
authorAbdelaziz Mahdy <[email protected]>2024-12-23 03:27:43 -0400
committerAbdelaziz Mahdy <[email protected]>2024-12-23 03:27:43 -0400
commitdfc278be08b64dc9bb3082059648c5f792a79fcb (patch)
tree7d79ddcf7abf4ad1eea638b9d9544316ca64e6a3 /src/server.ts
parentf1f5db84f98818af2c047ea375832e5ded5f021a (diff)
downloadaniwatch-api-dfc278be08b64dc9bb3082059648c5f792a79fcb.tar.xz
aniwatch-api-dfc278be08b64dc9bb3082059648c5f792a79fcb.zip
chore: styling changes to be more consistent
Diffstat (limited to 'src/server.ts')
-rw-r--r--src/server.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server.ts b/src/server.ts
index 780d25b..85d3fbc 100644
--- a/src/server.ts
+++ b/src/server.ts
@@ -5,7 +5,7 @@ import corsConfig from "./config/cors.js";
import { ratelimit } from "./config/ratelimit.js";
import { hianimeRouter } from "./routes/hianime.js";
-import cacheControlMiddleware from "./config/cache_control_middleware.js";
+import cacheControlMiddleware from "./config/cacheControlMiddleware.js";
import { Hono } from "hono";
import { logger } from "hono/logger";