You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/tutorials/min-web-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ The `Program.cs` file contains the following code:
94
94
The preceding code:
95
95
96
96
* Creates a <xref:Microsoft.AspNetCore.Builder.WebApplicationBuilder> and a <xref:Microsoft.AspNetCore.Builder.WebApplication> with preconfigured defaults.
97
-
* Creates an HTTP GET endpoint `/` that returns `Hello World!`:
97
+
* Creates an HTTP GET endpoint `/` that returns `Hello World!`.
0 commit comments