chore: styling changes to be more consistent

This commit is contained in:
Abdelaziz Mahdy
2024-12-23 03:27:43 -04:00
parent f1f5db84f9
commit dfc278be08
3 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -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";