MCPcopy 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
15func (this *SeoController) UpdateSitemap() {
16 go models.NewSeo().BuildSitemap()
17 this.ResponseJson(true, "Sitemap更新已提交后台执行,请耐心等待")
18}

Callers

nothing calls this directly

Calls 2

BuildSitemapMethod · 0.80
ResponseJsonMethod · 0.45

Tested by

no test coverage detected