We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0c8e8 commit 7de808cCopy full SHA for 7de808c
1 file changed
src/main.rs
@@ -52,7 +52,7 @@ async fn main() -> anyhow::Result<()> {
52
};
53
54
let cors = CorsLayer::new()
55
- .allow_origin(Any) // For development, we can allow any origin. For production, specify origins.
+ .allow_origin(Any)
56
.allow_methods(Any)
57
.allow_headers(Any);
58
0 commit comments