feat(settings): add CorsSettings struct for CORS configuration
Implements CorsSettings struct with validation and deserialization support for configuring Cross-Origin Resource Sharing in the application settings. Ref: T010 (specs/001-modbus-relay-control)
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2639,6 +2639,7 @@ dependencies = [
|
||||
"poem-openapi",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_yaml",
|
||||
"sqlx",
|
||||
"tempfile",
|
||||
"thiserror",
|
||||
|
||||
Reference in New Issue
Block a user