mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
fix(middleware): inlcude x-request-id header in access-control-expose-headers header value (#1673)
This commit is contained in:
@ -222,7 +222,7 @@ pub fn get_application_builder(
|
||||
errors::error_handlers::custom_error_handlers,
|
||||
))
|
||||
.wrap(middleware::default_response_headers())
|
||||
.wrap(cors::cors())
|
||||
.wrap(middleware::RequestId)
|
||||
.wrap(cors::cors())
|
||||
.wrap(router_env::tracing_actix_web::TracingLogger::default())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user