feat
parent
537997deab
commit
e31b12fd39
|
@ -68,13 +68,6 @@ public class PublishController {
|
|||
return AjaxResult.success(publishService.removeById(id));
|
||||
}
|
||||
|
||||
/**
|
||||
* 删除
|
||||
*/
|
||||
@GetMapping("remove")
|
||||
public AjaxResult deletePublish(Long id) {
|
||||
return AjaxResult.success(publishService.removeById(id));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue