健康检查设置域名时检查域名是否存在

This commit is contained in:
刘祥超
2022-09-17 11:38:04 +08:00
parent b0b82b29c1
commit 13f00104dd
4 changed files with 79 additions and 5 deletions

View File

@@ -29,6 +29,7 @@ func init() {
// 健康检查
GetPost("/health", new(health.IndexAction)).
GetPost("/health/runPopup", new(health.RunPopupAction)).
Post("/health/checkDomain", new(health.CheckDomainAction)).
// 缓存
GetPost("/cache", new(cache.IndexAction)).