fix: use permissive cors

This commit is contained in:
2026-01-21 08:58:10 -08:00
parent ddf47ff22d
commit 8bce0bd957
3 changed files with 18 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ async fn run() -> std::io::Result<()> {
.finish(),
)
.wrap(tracing_actix_web::TracingLogger::default())
.wrap(actix_cors::Cors::permissive())
.route(
"/",
web::get()