added cors to public, modified import_posts task, updated task log sql queries

This commit is contained in:
2024-11-27 00:33:59 -05:00
parent a42f827cf7
commit 2d00604c6f
4 changed files with 55 additions and 17 deletions

View File

@ -8,7 +8,7 @@ authors = ["Wyatt J. Miller <wyatt@wyattjmiller.com"]
[dependencies]
axum = "0.7.6"
tower-http = { version = "0.6.1", features = ["trace"] }
tower-http = { version = "0.6.1", features = ["trace", "cors"] }
tower_governor = "0.4.2"
tokio = { version = "1.40.0", features = ["full"] }
sqlx = { version = "0.8.2", features = [