mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
* Add lazy CORS implementation While Slim4 doc applies CORS headers via middleware but their code team member recommends to use custom response emitter. Ref: https://github.com/slimphp/Slim/issues/2999#issuecomment-1066839414 * Refresh samples