Wired up the getComicCovers call

This commit is contained in:
2021-05-05 19:30:15 -07:00
parent 625554808a
commit 13c029a123
3 changed files with 5 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ router.route("/getComicCovers").post(async (req: Request, res: Response) => {
req.body.extractionOptions,
req.body.walkedFolders,
);
return res.json({ foo });
return res.json(foo);
// const extractedData = await extractArchive(req.body);
// if (
// _.isArray(extractedData) &&