Rahul10
5 years agoNew Contributor
Deploying 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.