mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
Подключение FCM.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user