Skip to content

Commit

Permalink
swagger_ui: reexport oauth::Config as OauthConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislearn committed Jan 23, 2024
1 parent 89b36ab commit 7dcbafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/oapi/src/swagger_ui/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ use std::borrow::Cow;
mod config;
pub mod oauth;
pub use config::Config;
pub use oauth::Config as OauthConfig;
use rust_embed::RustEmbed;
use salvo_core::http::uri::{Parts as UriParts, Uri};
use salvo_core::http::{header, HeaderValue, ResBody, StatusError};
Expand Down

0 comments on commit 7dcbafd

Please sign in to comment.