Add FEDERATION_CONFIG.set(data.clone()) in main.rs

This commit is contained in:
aprilthepink 2024-05-04 18:02:02 +02:00
parent 9529ac26d1
commit d115bdda0f

View file

@ -155,6 +155,8 @@ async fn main() -> actix_web::Result<(), anyhow::Error> {
.build()
.await?;
let _ = FEDERATION_CONFIG.set(data.clone());
let mut labels = HashMap::new();
labels.insert(
"domain".to_string(),