Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
luoyunchong committed Aug 22, 2024
1 parent 63ed784 commit 609646f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LinCms.Web/Controllers/Blog/ClassifyController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ namespace LinCms.Controllers.Blog;
public class ClassifyController(IClassifyService classifyService) : ControllerBase
{


[HttpGet]
public Task<PagedResultDto<ClassifyDto>> GetListAsync([FromQuery] ClassifySearchDto pageDto)
{
return classifyService.GetListAsync(pageDto);
Expand Down

0 comments on commit 609646f

Please sign in to comment.