We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa78d30 commit a17b031Copy full SHA for a17b031
dotnet/src/dotnetcore/GxNetCoreStartup/Startup.cs
@@ -830,6 +830,7 @@ public static IApplicationBuilder UseEnableRequestRewind(this IApplicationBuilde
830
return builder.UseMiddleware<EnableRequestRewindMiddleware>();
831
}
832
833
+ [Route("")]
834
public class HomeController : Controller
835
{
836
public IActionResult Index()
0 commit comments