aboutsummaryrefslogtreecommitdiff
path: root/src/controllers/animeSearch.controller.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/animeSearch.controller.ts')
-rw-r--r--src/controllers/animeSearch.controller.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/animeSearch.controller.ts b/src/controllers/animeSearch.controller.ts
index 85622d5..c7ec57a 100644
--- a/src/controllers/animeSearch.controller.ts
+++ b/src/controllers/animeSearch.controller.ts
@@ -1,7 +1,7 @@
import createHttpError from "http-errors";
import { type RequestHandler } from "express";
import { scrapeAnimeSearch } from "../parsers/index.js";
-import { type AnimeSearchQueryParams } from "../models/controllers/index.js";
+import { type AnimeSearchQueryParams } from "../types/controllers/index.js";
// /anime/search?q=${query}&page=${page}
const getAnimeSearch: RequestHandler<