diff --git a/API/Program.cs b/API/Program.cs index 24e280e..983853b 100644 --- a/API/Program.cs +++ b/API/Program.cs @@ -106,7 +106,6 @@ using (var scope = app.Services.CreateScope()) new MangaKatana(), new MangaLife(), new Manganato(), - new Mangasee(), new Mangaworld(), new ManhuaPlus(), new Weebcentral() diff --git a/API/Schema/PgsqlContext.cs b/API/Schema/PgsqlContext.cs index 8c66a5a..166963f 100644 --- a/API/Schema/PgsqlContext.cs +++ b/API/Schema/PgsqlContext.cs @@ -30,7 +30,6 @@ public class PgsqlContext(DbContextOptions options) : DbContext(op .HasValue("MangaKatana") .HasValue("Manga4Life") .HasValue("Manganato") - .HasValue("Mangasee") .HasValue("Mangaworld") .HasValue("ManhuaPlus") .HasValue("Weebcentral")