refactor: types dir import

This commit is contained in:
Ritesh Ghosh
2024-01-19 19:55:06 +05:30
parent 20b788b3ce
commit f4c276134a
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import createHttpError from "http-errors";
import { type RequestHandler } from "express";
import { scrapeEpisodeServers } from "../parsers/index.js";
import { type EpisodeServersQueryParams } from "../models/controllers/index.js";
import { type EpisodeServersQueryParams } from "../types/controllers/index.js";
// /anime/servers?episodeId=${id}
const getEpisodeServers: RequestHandler<