mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
minor example fix (design change that was actually not pushed)
Former-commit-id: db253c191bad711b592d914d386675bf118e497c
This commit is contained in:
parent
7bb2223226
commit
6d977dacd2
|
@ -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
|
||||||
// [...]
|
// [...]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user