Removed primary ctor usage
This commit is contained in:
parent
fdeff1188b
commit
6279229a7c
|
|
@ -1469,7 +1469,7 @@ namespace Microsoft.AspNet.Mvc.Test
|
||||||
}
|
}
|
||||||
|
|
||||||
[Route("api")]
|
[Route("api")]
|
||||||
private class AttributeRoutedController()
|
private class AttributeRoutedController
|
||||||
{
|
{
|
||||||
[HttpGet("AttributeRoute")]
|
[HttpGet("AttributeRoute")]
|
||||||
public void AttributeRoutedAction() { }
|
public void AttributeRoutedAction() { }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue