CORS bug fix #28

Merged
phoenix merged 5 commits from cors_fix into main 2026-06-30 11:55:32 -04:00
Showing only changes of commit 7019a2fd94 - Show all commits
+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,