MCPcopy Create free account
hub / github.com/TruthHun/BookStack / Index

Method Index

controllers/SubmitController.go:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12}
13
14func (this *SubmitController) Index() {
15 this.Data["SeoTitle"] = "开源书籍和文档收录"
16 this.Data["IsSubmit"] = true
17 this.TplName = "submit/index.html"
18}
19
20func (this *SubmitController) Post() {
21 uid := this.Member.MemberId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected