Подключение FCM.

This commit is contained in:
2025-04-15 14:34:53 +04:00
parent 057dac5b09
commit 4c5e0761eb
8 changed files with 706 additions and 64 deletions

View File

@@ -70,7 +70,7 @@ async fn main() {
unsafe { std::env::set_var("RUST_LOG", "debug") };
env_logger::init();
let app_state = app_state();
let app_state = app_state().await;
HttpServer::new(move || {
let (app, api) = App::new()