Skip to content

Commit

Permalink
Merge pull request #27 from TheMineWay/26-feat-download-images
Browse files Browse the repository at this point in the history
26 feat download images
  • Loading branch information
TheMineWay authored Dec 8, 2023
2 parents f1a6e63 + d7bb8f3 commit da7616d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-alpine3.18
FROM node:20.10.0-alpine3.18
WORKDIR /app

# Install app dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9-alpine3.18
FROM node:20.10.0-alpine3.18
WORKDIR /app

# Install app dependencies
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "mangas-api",
"version": "1.5.0",
"version": "1.6.0",
"description": "An Open Source API used to read manga content easily from different manga pages. ",
"repository": "https://github.com/TheMineWay/mangas-api",
"author": "TheMineWay",
"private": true,
"license": "MIT",
Expand Down
3 changes: 0 additions & 3 deletions src/clients/scrapping/manga-servers/manga-server.client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,4 @@ export class MangaServerClient {
chapterCode,
);
}
async getChapterImageByUrl(url: string) {
return await this.scrappingClient.getImageByUrl(url);
}
}

0 comments on commit da7616d

Please sign in to comment.