LeonardLai
6 years agoOccasional Contributor
How do I turn off swagger-ui in production
Hi,
I want to turn off my swagger-ui when my product is about to release.
How to do it ?
Thanks
- 6 years ago
Swagger UI is just a set of static files. If you don't want to expose it, either don't deploy the files, or block them in whichever web server you use.