🔩 Refactoring

This commit is contained in:
2021-04-20 14:39:19 -07:00
parent a21b51f0ae
commit 69ca5fdea0
2 changed files with 30 additions and 26 deletions

View File

@@ -12,9 +12,9 @@ import { Request, Response } from "express";
router.route("/getComicCovers").get(async (req: Request, res: Response) => {
const foo = await extractArchive({
name: "Neonomicon 01 (of 04) (2010) (Project Comic Con cover) (Minutemen-DTs).cbz",
extension: ".cbz",
containedIn: "comics/Neonomicon",
name: "Ozymandias 001.cbr",
extension: ".cbr",
containedIn: "comics/(2012) Before Watchmen - Ozymandias",
isFile: true,
isLink: false,
});