Skip to content

Commit

Permalink
Fix rustdoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad committed Aug 22, 2023
1 parent 68707f0 commit 813e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controller.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub async fn revoke_keys(app_data: Data<AppData>) -> HttpResponse {
}

/// .well-known/jwks.json route. This is the standard route to fetch the openid configuration
/// See << https://openid.net/specs/openid-connect-discovery-1_0.html#WellKnownRegistry >>
/// See <https://openid.net/specs/openid-connect-discovery-1_0.html#WellKnownRegistry>
#[get("/.well-known/openid-configuration")]
pub async fn openid_configuration(app_data: Data<AppData>, req: HttpRequest) -> HttpResponse {
let conn = req.connection_info();
Expand Down

0 comments on commit 813e92d

Please sign in to comment.