Missed update when reacting to removing ApplicationServices from HttpContext
This commit is contained in:
parent
46cd4ac1f0
commit
d78abf267e
|
|
@ -976,7 +976,6 @@ namespace Microsoft.AspNet.Mvc.Routing
|
|||
{
|
||||
HttpContext = new DefaultHttpContext()
|
||||
{
|
||||
ApplicationServices = services.Object,
|
||||
RequestServices = services.Object,
|
||||
},
|
||||
RouteData = new RouteData(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue