Remove legacy EnableGlobalRouting option (#8214)

This commit is contained in:
James Newton-King 2018-08-04 09:58:00 +12:00 committed by GitHub
parent 6efb51d817
commit d4472f08ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
{