You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add expose_headers configuration to CORS settings
- Updated config.example.yaml to include expose_headers for CORS.
- Modified CorsConfig class to initialize expose_headers.
- Adjusted ConfigManager to handle expose_headers in configuration.
- Enhanced gateway.py to utilize expose_headers in CORS setup.
- Updated tests to validate the new expose_headers functionality.
0 commit comments