1 Star 0 Fork 1.1K

和光文化 / BookStack

forked from 进击的皇虫 / BookStack 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ErrorController.go 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
TruthHun 提交于 2018-02-22 15:19 . 假装第一次提交
package controllers
type ErrorController struct {
BaseController
}
func (this *ErrorController) Error404() {
this.TplName = "errors/404.html"
}
func (this *ErrorController) Error403() {
this.TplName = "errors/403.html"
}
func (this *ErrorController) Error500() {
this.TplName = "errors/error.html"
}
Go
1
https://gitee.com/bruno_gao/BookStack.git
git@gitee.com:bruno_gao/BookStack.git
bruno_gao
BookStack
BookStack
v1.3.1

搜索帮助

53164aa7 5694891 3bd8fe86 5694891