From 845f98633d5ea4a6528f48160676d65ade06698e Mon Sep 17 00:00:00 2001 From: da3dsoul Date: Mon, 16 Oct 2023 13:21:08 -0400 Subject: [PATCH] Missed a spot --- Shoko.Server/API/v3/Controllers/FilterController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shoko.Server/API/v3/Controllers/FilterController.cs b/Shoko.Server/API/v3/Controllers/FilterController.cs index 195224a53..1480bab85 100644 --- a/Shoko.Server/API/v3/Controllers/FilterController.cs +++ b/Shoko.Server/API/v3/Controllers/FilterController.cs @@ -344,7 +344,7 @@ [FromQuery] [Range(0, 100)] int pageSize = 50, [FromQuery] [Range(1, int.MaxValu /// Include with missing /// s in the count. /// - [HttpGet("Preview/Group/Letters")] + [HttpPost("Preview/Group/Letters")] public ActionResult> GetPreviewGroupNameLettersInFilter([FromBody] Filter.Input.CreateOrUpdateFilterBody filter, [FromQuery] bool includeEmpty = false) { // Directories should only contain sub-filters, not groups and series.