Skip to content

Commit

Permalink
add missing /oidc/authorize/refresh to OpenAPI doc (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadob authored Sep 30, 2024
1 parent d52f76c commit b8ff62d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/src/openapi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ use utoipa::{openapi, OpenApi};
oidc::get_authorize,
oidc::post_authorize,
oidc::post_authorize_refresh,
oidc::get_certs,
oidc::get_cert_by_kid,
oidc::post_device_auth,
Expand Down

0 comments on commit b8ff62d

Please sign in to comment.