Smol stuff v2
This commit is contained in:
parent
ddefe25081
commit
a2c2db053e
|
|
@ -54,7 +54,7 @@ public class BlogsController(BlogService service) : Controller
|
|||
}
|
||||
|
||||
[HttpGet("list/edit")]
|
||||
public async Task<IActionResult> List(
|
||||
public async Task<IActionResult> ListEdit(
|
||||
[FromQuery(Name = "amount")] int amount = 25,
|
||||
[FromQuery(Name = "offset")] int offset = 0,
|
||||
[FromQuery(Name = "query")] string? query = null,
|
||||
|
|
|
|||
Loading…
Reference in New Issue