mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
fix(oauth2): typo in basic path (#2562)
This commit is contained in:
parent
5794cc5217
commit
5701da8f23
|
@ -39,7 +39,7 @@ pub(crate) async fn oauth2_get(
|
|||
|
||||
#[utoipa::path(
|
||||
post,
|
||||
path = "/v1/oauth2/basic",
|
||||
path = "/v1/oauth2/_basic",
|
||||
request_body=ProtoEntry,
|
||||
responses(
|
||||
DefaultApiResponse,
|
||||
|
|
Loading…
Reference in a new issue