Skip to content

Commit

Permalink
fixed readme code sample (#4667)
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-graf-p authored Jan 10, 2024
1 parent b7adb26 commit 388646e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public class Startup
...

app.UseOpenApi(); // serve OpenAPI/Swagger documents
app.UseSwaggerUi3(); // serve Swagger UI
app.UseSwaggerUi(); // serve Swagger UI
app.UseReDoc(); // serve ReDoc UI
}
}
Expand Down Expand Up @@ -238,4 +238,4 @@ Support this project by becoming a sponsor. Your logo will show up here with a l
Thank you to all our backers!

<a href="https://opencollective.com/NSwag#backers" target="_blank"><img src="https://opencollective.com/NSwag/backers.svg?width=890"></a>


0 comments on commit 388646e

Please sign in to comment.