Compare commits

..

No commits in common. "d09410bee79d386e607dce0cb23686a6087419b6" and "e31b12fd39b49cd9aa86de930914e0de49693fef" have entirely different histories.

1 changed files with 4 additions and 3 deletions

View File

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