mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
minor example fix (design change that was actually not pushed)
Former-commit-id: db253c191bad711b592d914d386675bf118e497c
This commit is contained in:
@@ -72,7 +72,7 @@ func (r *customRouter) RouteExists(ctx iris.Context, method, path string) bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *customRouter) FireErrorCode(ctx iris.Context, reset bool) {
|
func (r *customRouter) FireErrorCode(ctx iris.Context) {
|
||||||
// responseStatusCode := ctx.GetStatusCode() // set by prior ctx.StatusCode calls
|
// responseStatusCode := ctx.GetStatusCode() // set by prior ctx.StatusCode calls
|
||||||
// [...]
|
// [...]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user