コード例 #1
0
ファイル: base_ctrl.go プロジェクト: elago/elapen
func Error404(ctx ela.Context, err error) {
	ctx.ServeError(404, "404.html")
}