ContributionsMost RecentMost LikesSolutionsDeploying an API I have developed an API using Swagger in nodejs and I want to deploy it on Heroku but right now to access the API and routes I need Swagger UI which definitely unnecessary in production. Every time I need to access the API I needed to go to the /docs which is also unnecessary. Help me with this please. Swagger-codegen-ignore I am new to OAS and swagger tools please help me with swagger-codegen-ignore file and how can I regenerate my new code without changing the previous on with it using nodejs Re: Generating a server code Unrecognized token 'openapi': was expecting ('true', 'false' or 'null') Hey, HKosova I am having the same issue. I have cloned version 3.0.2 and build it but the error still exists please help me here. operation Error I am new to OpenApi Spec and Swagger but the time I spent with it made me realize that this is one of the best weapon I can ever have in my Arsenal but today I got this error "message": "Route defined in OpenAPI specification (/v1/companies/create) but there is no defined onPOST operation." can anyone explain to me what it is and how am I suppose to tackle it?