From f73aa32549743b2967160d38c1622199c41524a4 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 29 Apr 2025 15:19:36 +0200 Subject: aaaaaaa --- server/src/main.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/main.rs') diff --git a/server/src/main.rs b/server/src/main.rs index b583823..6634143 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -10,10 +10,11 @@ use anyhow::Context; use database::Database; use jellybase::{federation::Federation, CONF, SECRETS}; +use jellylogic::admin::log::enable_logging; use log::{error, info, warn}; use routes::build_rocket; use tokio::fs::create_dir_all; -use ui::{account::hash_password, admin::log::enable_logging}; +use ui::account::hash_password; pub use jellybase::database; pub mod api; -- cgit v1.2.3-70-g09d2