master
chentaisen 2024-08-25 19:02:12 +08:00
parent ef87c3755e
commit 1208876b03
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class RuleController {
* *
* @return * @return
*/ */
@PostMapping("/insert") @PutMapping("/insert")
@Operation(summary = "规则添加", description = "规则添加") @Operation(summary = "规则添加", description = "规则添加")
public Result insert(@RequestBody Rule rule) { public Result insert(@RequestBody Rule rule) {
return Result.success(ruleService.save(rule)); return Result.success(ruleService.save(rule));