规则管理初始化

yuan
yuan 2024-08-22 20:44:41 +08:00
parent b0bc85e804
commit 8ca1eee34f
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Date2024/8/21 21:49
*/
@RestController
@RequestMapping("/initialData")
@RequestMapping("/rule_data_classify")
@Tag(name = "查询规则类型",description = "从自由数据库查询规则类型")
public class RuleDataClassifyController {
}

View File

@ -12,7 +12,7 @@ import org.springframework.web.bind.annotation.RestController;
* @Date2024/8/21 20:36
*/
@RestController
@RequestMapping("/ruleData")
@RequestMapping("/rule_data")
@Tag(name = "查询源规则",description = "从自由数据库查询")
public class RuleDataController {
}