示例#1
0
文件: base_ctrl.go 项目: elago/elapen
func Error404(ctx ela.Context, err error) {
	ctx.ServeError(404, "404.html")
}