aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/animeGenre.controller.ts
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-01-19 19:55:06 +0530
committerRitesh Ghosh <[email protected]>2024-01-19 19:55:06 +0530
commitf4c276134ac45050beecb7d0078abd68a142bfec (patch)
tree6faa0387fb139da7fc86cce566b98bad546e5053 /src/controllers/animeGenre.controller.ts
parent20b788b3ce53f46301a31e562b0cdb3f63033d51 (diff)
downloadaniwatch-api-f4c276134ac45050beecb7d0078abd68a142bfec.tar.xz
aniwatch-api-f4c276134ac45050beecb7d0078abd68a142bfec.zip
refactor: `types` dir import
Diffstat (limited to 'src/controllers/animeGenre.controller.ts')
-rw-r--r--src/controllers/animeGenre.controller.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/animeGenre.controller.ts b/src/controllers/animeGenre.controller.ts
index a4889ca..486b4c7 100644
--- a/src/controllers/animeGenre.controller.ts
+++ b/src/controllers/animeGenre.controller.ts
@@ -4,7 +4,7 @@ import { scrapeGenreAnime } from "../parsers/index.js";
import type {
GenreAnimePathParams,
GenreAnimeQueryParams,
-} from "../models/controllers/index.js";
+} from "../types/controllers/index.js";
// /anime/genre/${name}?page=${page}
const getGenreAnime: RequestHandler<