From 5701da8f23e1a697ea5d5e2a39d5c17e1f3638b4 Mon Sep 17 00:00:00 2001 From: Daniil Egortsev <44134362+playhardgopro@users.noreply.github.com> Date: Tue, 20 Feb 2024 23:20:37 +0100 Subject: [PATCH] fix(oauth2): typo in basic path (#2562) --- server/core/src/https/v1_oauth2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/core/src/https/v1_oauth2.rs b/server/core/src/https/v1_oauth2.rs index fe7946d4c..5cf44f864 100644 --- a/server/core/src/https/v1_oauth2.rs +++ b/server/core/src/https/v1_oauth2.rs @@ -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,