Changes
parent
ef87c3755e
commit
1208876b03
|
@ -66,7 +66,7 @@ public class RuleController {
|
|||
*
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/insert")
|
||||
@PutMapping("/insert")
|
||||
@Operation(summary = "规则添加", description = "规则添加")
|
||||
public Result insert(@RequestBody Rule rule) {
|
||||
return Result.success(ruleService.save(rule));
|
||||
|
|
Loading…
Reference in New Issue