优化代码

This commit is contained in:
TinyAnts 2022-08-09 10:51:35 +08:00
parent 091bf299e5
commit ec678c353c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import java.util.Map;
*/
@RestController("systemLogController")
@RequestMapping("api/system/log")
public class LogController {
public class LogsController {
@Resource
ISystemLogsServer iSystemLogsServer;