diff --git a/API/Controllers/SearchController.cs b/API/Controllers/SearchController.cs index d4b8103..2894762 100644 --- a/API/Controllers/SearchController.cs +++ b/API/Controllers/SearchController.cs @@ -25,7 +25,7 @@ public class SearchController(PgsqlContext context, ILog Log) : Controller /// MangaConnector with ID not found /// MangaConnector with ID is disabled /// Error during Database Operation - [HttpPost("{MangaConnectorName}/{Query}")] + [HttpGet("{MangaConnectorName}/{Query}")] [ProducesResponseType(Status200OK, "application/json")] [ProducesResponseType(Status404NotFound)] [ProducesResponseType(Status406NotAcceptable)]