mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +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(
|
#[utoipa::path(
|
||||||
post,
|
post,
|
||||||
path = "/v1/oauth2/basic",
|
path = "/v1/oauth2/_basic",
|
||||||
request_body=ProtoEntry,
|
request_body=ProtoEntry,
|
||||||
responses(
|
responses(
|
||||||
DefaultApiResponse,
|
DefaultApiResponse,
|
||||||
|
|
Loading…
Reference in a new issue