From a2ef3f6ec4c830611fde1a2e935588ccbbc61c03 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 30 Apr 2025 10:47:54 +0200 Subject: config works --- server/src/ui/mod.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/src/ui/mod.rs') diff --git a/server/src/ui/mod.rs b/server/src/ui/mod.rs index 17a8b6f..041dadc 100644 --- a/server/src/ui/mod.rs +++ b/server/src/ui/mod.rs @@ -3,10 +3,9 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2025 metamuffin */ -use crate::{helper::A, locale::AcceptLanguage}; +use crate::{helper::A, locale::AcceptLanguage, CONF}; use error::MyResult; use home::rocket_uri_macro_r_home; -use jellybase::CONF; use jellylogic::session::Session; use jellyui::{render_page, scaffold::RenderInfo, CustomPage}; use rocket::{ -- cgit v1.2.3-70-g09d2