Merge branch 'merge/release/2.2-to-master'

This commit is contained in:
James Newton-King 2018-08-04 11:13:41 +12:00
commit 33198f20ed
No known key found for this signature in database
GPG Key ID: 0A66B2F456BF5526
1 changed files with 0 additions and 7 deletions

View File

@ -68,13 +68,6 @@ namespace Microsoft.AspNetCore.Mvc
};
}
// REVIEW: Remove once web hooks is using EnableEndpointRouting
public bool EnableGlobalRouting
{
get => EnableEndpointRouting;
set => EnableEndpointRouting = value;
}
// REVIEW: Add documentation
public bool EnableEndpointRouting
{