Skip to content

Commit

Permalink
Fix link (#31121)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdykstra authored Nov 26, 2023
1 parent 63a0ccc commit f85a701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ The `RequireAuthorization` method can also be used to secure Swagger UI endpoint
app.MapSwagger().RequireAuthorization();
```

In a controller-based web API project, secure endpoints by applying the [[`Authorize`]](<xref:Microsoft.AspNetCore.Authorization.AuthorizeAttribute) attribute to a controller or action.
In a controller-based web API project, secure endpoints by applying the [[`Authorize`]](xref:Microsoft.AspNetCore.Authorization.AuthorizeAttribute) attribute to a controller or action.

## Test the API

Expand Down

0 comments on commit f85a701

Please sign in to comment.