fix(oauth2): typo in basic path (#2562)

This commit is contained in:
Daniil Egortsev 2024-02-20 23:20:37 +01:00 committed by GitHub
parent 5794cc5217
commit 5701da8f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,