Remove legacy EnableGlobalRouting option (#8214)
This commit is contained in:
parent
6efb51d817
commit
d4472f08ed
|
|
@ -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
|
// REVIEW: Add documentation
|
||||||
public bool EnableEndpointRouting
|
public bool EnableEndpointRouting
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue