Merge branch 'feature/community-center' of https://gitea.qinmian.online/CY/mcwl-ai into preview

# Conflicts:
#	mcwl-admin/src/main/java/com/mcwl/web/controller/communityCenter/PublishController.java
feature/resource
ChenYan 2025-01-16 19:06:04 +08:00
commit d09410bee7
1 changed files with 3 additions and 4 deletions

View File

@ -19,6 +19,9 @@ import org.springframework.web.bind.annotation.*;
import java.util.Objects; import java.util.Objects;
/**
*
*/
@RestController @RestController
@RequestMapping("publish") @RequestMapping("publish")
@RequiredArgsConstructor @RequiredArgsConstructor
@ -68,8 +71,4 @@ public class PublishController {
return AjaxResult.success(publishService.removeById(id)); return AjaxResult.success(publishService.removeById(id));
} }
} }