Skip to content

Commit

Permalink
Ngomik: change domain (#7308)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZeDev committed Aug 8, 2024
1 parent 534da7f commit 78381c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mjs/connectors/Ngomik.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default class Ngomik extends WordPressMangastream {
super.id = 'ngomik';
super.label = 'Ngomik';
this.tags = [ 'manga', 'indonesian' ];
this.url = 'https://ngomik.net';
this.url = 'https://ngomik.mom';
this.path = '/manga/list-mode/';
}

Expand All @@ -20,4 +20,4 @@ export default class Ngomik extends WordPressMangastream {
await Engine.Request.fetchUI(request, '', 60000, true);
}
}
}
}

0 comments on commit 78381c7

Please sign in to comment.