diff --git a/API/Program.cs b/API/Program.cs index e904eac..869d655 100644 --- a/API/Program.cs +++ b/API/Program.cs @@ -104,7 +104,6 @@ using (var scope = app.Services.CreateScope()) new MangaDex(), new MangaHere(), new MangaKatana(), - new MangaLife(), new Manganato(), new Mangaworld(), new ManhuaPlus(), diff --git a/API/Schema/PgsqlContext.cs b/API/Schema/PgsqlContext.cs index 166963f..915fed6 100644 --- a/API/Schema/PgsqlContext.cs +++ b/API/Schema/PgsqlContext.cs @@ -28,7 +28,6 @@ public class PgsqlContext(DbContextOptions options) : DbContext(op .HasValue("Bato") .HasValue("MangaHere") .HasValue("MangaKatana") - .HasValue("Manga4Life") .HasValue("Manganato") .HasValue("Mangaworld") .HasValue("ManhuaPlus")