mirror of
https://github.com/kataras/iris.git
synced 2026-01-06 03:27:27 +00:00
resolve conflicts with current master v11.1.1
Former-commit-id: 659ff392e889f3a8552d7da3d44848f1a364f7b2
This commit is contained in:
@@ -78,7 +78,7 @@ func (p *ParamParser) appendErr(format string, a ...interface{}) {
|
||||
|
||||
const (
|
||||
// DefaultParamErrorCode is the default http error code, 404 not found,
|
||||
// per-parameter. An error code can be setted via
|
||||
// per-parameter. An error code can be set via
|
||||
// the "else" keyword inside a route's path.
|
||||
DefaultParamErrorCode = 404
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user