mirror of
https://github.com/kataras/iris.git
synced 2025-12-24 05:17:03 +00:00
Update to Version 8.4.2 | Read HISTORY.md
https://github.com/kataras/iris/blob/master/HISTORY.md#fr-15-september-2017--v842 Former-commit-id: 0ee4cc1d93ef7f26e5d402fdfbe07062aff5b08c
This commit is contained in:
@@ -141,7 +141,7 @@ func (t TController) HandlerOf(methodFunc methodfunc.MethodFunc) context.Handler
|
||||
// the most important, execute the specific function
|
||||
// from the controller that is responsible to handle
|
||||
// this request, by method and path.
|
||||
handleRequest(ctx, c.Method(methodFunc.Index).Interface())
|
||||
handleRequest(ctx, c.Method(methodFunc.Index))
|
||||
// if had models, set them after the end-developer's handler.
|
||||
if hasModels {
|
||||
t.modelController.Handle(ctx, c)
|
||||
|
||||
Reference in New Issue
Block a user