Add Maintenance Controller

- CleanupNoDownloadManga
This commit is contained in:
2025-07-22 21:53:27 +02:00
parent 49856657ca
commit 24299a955a
2 changed files with 37 additions and 1 deletions

View File

@@ -66,7 +66,7 @@ public class MangaController(MangaContext context) : Controller
/// </summary>
/// <param name="MangaId"><see cref="Manga"/>.Key</param>
/// <response code="200"></response>
/// <response code="404"><<see cref="Manga"/> with <paramref name="MangaId"/> not found</response>
/// <response code="404"><see cref="Manga"/> with <paramref name="MangaId"/> not found</response>
/// <response code="500">Error during Database Operation</response>
[HttpDelete("{MangaId}")]
[ProducesResponseType(Status200OK)]