Skip to content

Commit

Permalink
mark state as pub
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jul 4, 2024
1 parent ad40dd5 commit fbd25bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ use rocket::{Request, Response};
use s3software::extract_version;
use s3software::get_software_download_page;
use s3software::{get_s3_config_file, get_signed_release_url_with_config};

use state::{self};
use tokio::sync::futures::Notified;

#[cfg(feature = "ui")]
use ui;
use utils::guid_into_uuid;
Expand All @@ -65,7 +66,7 @@ use base64::prelude::{Engine as _, BASE64_STANDARD};
use rocket::{
self, figment::Figment, get, post, response::status, serde::json::Json, Build, Rocket, State,
};
use state::{ApiState, UserPasswordInfo};
pub use state::{ApiState, UserPasswordInfo};
use utils::{
include_png_as_base64, unwrap_or_return, uuid_into_guid, AbTagRenameRequest, AddUserRequest,
AddressBook, EnableUserRequest, GroupsResponse, OidcSettingsResponse, PeersResponse,
Expand Down

0 comments on commit fbd25bb

Please sign in to comment.