Paweł Palacz
Paweł Palacz
Hi everyone, I have problem with Symfony 6.1.0 and ApiPlatform 3.0.0 After installing bundle via composer all my API routes disappeared (only LexikJWT route added by OpenAPI decorator left) ...
**API Platform version(s) affected**: 4.2.9 **Description** There is an error while Swagger is disabled. For config file: ```yaml when@prod: api_platform: enable_docs: false enable_entrypoint: false enable_swagger: false enable_swagger_ui: false enable_re_doc: false...