React to changes in Authz
This commit is contained in:
parent
8b0c157296
commit
d584bcabcf
|
|
@ -302,6 +302,7 @@ namespace Microsoft.AspNet.Mvc.Filters
|
|||
var serviceCollection = new ServiceCollection();
|
||||
if (registerServices != null)
|
||||
{
|
||||
serviceCollection.AddLogging();
|
||||
registerServices(serviceCollection);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue