Smol stuff v2

This commit is contained in:
the1mason 2024-10-21 22:02:27 +05:00
parent ddefe25081
commit a2c2db053e
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class BlogsController(BlogService service) : Controller
} }
[HttpGet("list/edit")] [HttpGet("list/edit")]
public async Task<IActionResult> List( public async Task<IActionResult> ListEdit(
[FromQuery(Name = "amount")] int amount = 25, [FromQuery(Name = "amount")] int amount = 25,
[FromQuery(Name = "offset")] int offset = 0, [FromQuery(Name = "offset")] int offset = 0,
[FromQuery(Name = "query")] string? query = null, [FromQuery(Name = "query")] string? query = null,