Skip to content

Commit 609646f

Browse files
committed
fix
1 parent 63ed784 commit 609646f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinCms.Web/Controllers/Blog/ClassifyController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ namespace LinCms.Controllers.Blog;
2020
public class ClassifyController(IClassifyService classifyService) : ControllerBase
2121
{
2222

23-
23+
[HttpGet]
2424
public Task<PagedResultDto<ClassifyDto>> GetListAsync([FromQuery] ClassifySearchDto pageDto)
2525
{
2626
return classifyService.GetListAsync(pageDto);

0 commit comments

Comments
 (0)