Skip to content

Commit

Permalink
Add FEDERATION_CONFIG.set(data.clone()) in main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
CutestNekoAqua committed May 4, 2024
1 parent 9529ac2 commit d115bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit d115bdd

Please sign in to comment.