1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-12 11:40:38 +00:00

Merge pull request #2423 from ansiz/master

Add config field EnableErrorsRender
This commit is contained in:
astaxie
2017-02-10 13:19:20 +08:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@ -48,6 +48,7 @@ var (
"lte": true,
"eq": true,
"nq": true,
"ne": true,
"startswith": true,
"endswith": true,
"istartswith": true,