CORS bug fix (#28)
Rust Build / Rustfmt (push) Successful in 48s
Rust Build / Check (push) Successful in 1m59s
Rust Build / Test Suite (push) Successful in 2m15s
Rust Build / Clippy (push) Successful in 1m38s
Rust Build / build (push) Successful in 3m44s

Reviewed-on: phoenix/textsender_api#28
This commit was merged in pull request #28.
This commit is contained in:
2026-06-30 11:55:32 -04:00
parent 166b6baa85
commit 71da521a53
5 changed files with 10 additions and 11 deletions
+1
View File
@@ -33,6 +33,7 @@ pub mod init {
let cors = tower_http::cors::CorsLayer::new()
.allow_methods([
axum::http::Method::GET,
axum::http::Method::PATCH,
axum::http::Method::POST,
axum::http::Method::PUT,
axum::http::Method::DELETE,