#Need help configuring Swagger YAML generation in NestJS
2 messages · Page 1 of 1 (latest)
i don't understand, 1 app = 1 API, maybe you need some prefix e.g .../docs ?
2 messages · Page 1 of 1 (latest)
Hi everyone,
I'm currently working on a NestJS project and I'm trying to configure Swagger YAML generation for my API documentation. I want to set up a specific route (/api/myApiName/yaml) where the Swagger YAML document can be accessed only for that specific api. However, I'm facing some challenges in achieving this.
i don't understand, 1 app = 1 API, maybe you need some prefix e.g .../docs ?