Fix dashboard rendering
This commit is contained in:
@@ -126,6 +126,7 @@ pub async fn initialize(
|
||||
|
||||
let static_path =
|
||||
if Path::new("static").exists() { "static" } else { "/lib/reminder-rs/static" };
|
||||
info!("Using static path: {}", static_path);
|
||||
|
||||
rocket::build()
|
||||
.attach(MetricProducer)
|
||||
|
||||
Reference in New Issue
Block a user