예제 #1
0
파일: base_ctrl.go 프로젝트: elago/elapen
func Error404(ctx ela.Context, err error) {
	ctx.ServeError(404, "404.html")
}