feat: ACME location in main too
This commit is contained in:
parent
8e48b49a3f
commit
3e5f96633a
|
@ -13,6 +13,7 @@ serde = { version = "1.0", features = ["derive"] }
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
reqwest = { version = "0.11", features = ["json"] }
|
reqwest = { version = "0.11", features = ["json"] }
|
||||||
futures = "0.3.28"
|
futures = "0.3.28"
|
||||||
|
actix-files = "0.3"
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
name = "presence"
|
name = "presence"
|
||||||
|
|
|
@ -8,6 +8,8 @@ use tokio::sync::broadcast;
|
||||||
use actix_web::error::{ErrorUnauthorized, ErrorInternalServerError as ServerError};
|
use actix_web::error::{ErrorUnauthorized, ErrorInternalServerError as ServerError};
|
||||||
use std::sync::{Arc, Mutex};
|
use std::sync::{Arc, Mutex};
|
||||||
use tokio::task::JoinHandle;
|
use tokio::task::JoinHandle;
|
||||||
|
use actix_files::Files;
|
||||||
|
|
||||||
|
|
||||||
mod data;
|
mod data;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user