This commit is contained in:
Nikhil Nawgiri 2024-10-27 01:24:57 +02:00
parent 75d046c934
commit 01291a74fa

View file

@ -24,9 +24,6 @@ const run = async () => {
// res.json(transformedItems)
// });
// const handleCheck = async (imdbId: string, res: any) => {
// }
// improve this endpoint to handle array of imdbId
app.get("/check/:imdbId", async (req, res) => {
const { imdbId } = req.params;