From e5d9d62be2697f4736e1e608223879e376994144 Mon Sep 17 00:00:00 2001 From: Rushil Perera Date: Thu, 18 Dec 2025 08:54:29 -0500 Subject: [PATCH] docs: update README add folder info about middleware --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dd5c5a..8bc952e 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ pnpm run deploy - `src/controllers`: API route handlers (titles, episodes, search, etc.) - `src/libs`: Shared utilities and logic (AniList integration, background tasks) +- `src/middleware`: Middleware handlers (authentication, authorization, etc.) - `src/models`: Database schema and models - `src/scripts`: Utility scripts for maintenance and setup - `src/types`: TypeScript type definitions