Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Jan 12, 2019
1 parent 400d0e5 commit efdfb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Web.Framework/HttpHandler.Factory.cs
Expand Up @@ -208,7 +208,7 @@ private static List<Endpoint> BuildWithoutCache(Type handlerType, Action<HttpMod
await httpContext.Request.ReadFormAsync();
}
await invoker.Invoke(httpContext, httpContext.GetRouteData().Values, (c) => Task.CompletedTask);
await invoker.Invoke(httpContext, httpContext.Request.RouteValues, (c) => Task.CompletedTask);
},
routeTemplate,
0);
Expand Down

0 comments on commit efdfb75

Please sign in to comment.