Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 8c6c75b

Browse files
davidfowlDamianEdwards
authored andcommitted
Before routing is more appropriate
1 parent 3922fe9 commit 8c6c75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1. Create BackEnd API project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Additional information on using Swashbuckle in ASP.NET Core is available in this
182182
options.SwaggerDoc("v1", new OpenApiInfo { Title = "Conference Planner API", Version = "v1" })
183183
);
184184
```
185-
1. Configure Swashbuckle by adding the following lines to the top of the `Configure` method in `Startup.cs`:
185+
1. Configure Swashbuckle by adding the following lines just before `UseRouting` in the `Configure` method in `Startup.cs`:
186186
```csharp
187187
app.UseSwagger();
188188

0 commit comments

Comments
 (0)