We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ed784 commit 609646fCopy full SHA for 609646f
src/LinCms.Web/Controllers/Blog/ClassifyController.cs
@@ -20,7 +20,7 @@ namespace LinCms.Controllers.Blog;
20
public class ClassifyController(IClassifyService classifyService) : ControllerBase
21
{
22
23
-
+ [HttpGet]
24
public Task<PagedResultDto<ClassifyDto>> GetListAsync([FromQuery] ClassifySearchDto pageDto)
25
26
return classifyService.GetListAsync(pageDto);
0 commit comments