Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TruthHun/DocHub
/ UpdateSitemap
Method
UpdateSitemap
controllers/AdminControllers/SeoController.go:15–18 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
13
}
14
15
func
(this *SeoController) UpdateSitemap() {
16
go
models.NewSeo().BuildSitemap()
17
this.ResponseJson(true,
"Sitemap更新已提交后台执行,请耐心等待"
)
18
}
Callers
nothing calls this directly
Calls
2
BuildSitemap
Method · 0.80
ResponseJson
Method · 0.45
Tested by
no test coverage detected