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 bb62b0b commit 99e527fCopy full SHA for 99e527f
examples/AspNetCore/OData/ODataOpenApiExample/Program.cs
@@ -80,11 +80,11 @@
80
81
var app = builder.Build();
82
83
-// Configure the HTTP request pipeline.
+// Configure HTTP request pipeline.
84
85
if ( app.Environment.IsDevelopment() )
86
{
87
- // navigate to ~/$odata to determine whether any endpoints did not match an odata route template
+ // Access ~/$odata to identify OData endpoints that failed to match a route template.
88
app.UseODataRouteDebug();
89
}
90
0 commit comments