Check if cors starts because it hangs?

This commit is contained in:
clowzed 2023-11-08 18:05:26 +03:00
parent 246730d5c6
commit b0d6cbda17

View file

@ -81,6 +81,7 @@ async fn main() {
let (tx, rx) = mpsc::channel();
tokio::spawn(async move {
tracing::info!("Starting cors!");
let subdomain_model_extractor =
SubdomainModel::from_headers(&cloned_headers, &cloned_state)
.await