fix(controller): 重构 HostInfoController 并新增健康检查端点

This commit is contained in:
2025-11-04 14:08:14 +08:00
parent 6b3aa1203c
commit a630ae7b23
3 changed files with 5 additions and 6 deletions

View File

@@ -71,6 +71,5 @@ public class SaTokenConfigure implements WebMvcConfigurer {
SaRouter.match(SaHttpMethod.OPTIONS)
.back();
};
}
}