package com.ruoyi.article.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 敏感词管理 前端控制器 *
* * @author mitao * @since 2024-05-16 */ @RestController @RequestMapping("/sensitive-words") public class SensitiveWordsController { }