Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit99e527f

Browse files
use IsDevelopment
1 parentbb62b0b commit99e527f

File tree

1 file changed

+2
-2
lines changed
  • examples/AspNetCore/OData/ODataOpenApiExample

1 file changed

+2
-2
lines changed

‎examples/AspNetCore/OData/ODataOpenApiExample/Program.cs‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@
8080

8181
varapp=builder.Build();
8282

83-
// ConfiguretheHTTP request pipeline.
83+
// Configure HTTP request pipeline.
8484

8585
if(app.Environment.IsDevelopment())
8686
{
87-
//navigate to~/$odata todetermine whether anyendpointsdid notmatchan odataroute template
87+
//Access~/$odata toidentify ODataendpointsthat failed tomatcharoute template.
8888
app.UseODataRouteDebug();
8989
}
9090

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp