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,