Cleanup
This commit is contained in:
parent
75d046c934
commit
01291a74fa
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue