Skip to content

Commit

Permalink
tweak flags
Browse files Browse the repository at this point in the history
  • Loading branch information
archeoss committed Jan 14, 2024
1 parent 3c95e55 commit 6a1fef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/services/auth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pub struct Credentials {
/// 3. [`StatusCode::UNAUTHORIZED`]
/// The client couldn't authorize on the host
///
#[cfg_attr(feature = "swagger",
#[cfg_attr(all(feature = "swagger", debug_assertions),
utoipa::path(
post,
context_path = ApiV1::to_path(),
Expand Down

0 comments on commit 6a1fef7

Please sign in to comment.