You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Moleculer Web in my project and I'm finding it difficult to disable the Swagger documentation. Despite trying various configuration options, I'm unable to disable it.
I believe it would be beneficial to provide an option to disable Swagger documentation, either through a configuration setting or a method call. This would give developers more control over their API documentation and allow them to choose whether or not to expose Swagger.
Could you please consider adding this feature in a future release?
Thanks in advance for your time and consideration.
The text was updated successfully, but these errors were encountered:
The moleculer-web has no built-in Swagger documentation option. What you see comes from the moleculer-template. To remove it, just remove the index.html from public folder.
I'm using Moleculer Web in my project and I'm finding it difficult to disable the Swagger documentation. Despite trying various configuration options, I'm unable to disable it.
I believe it would be beneficial to provide an option to disable Swagger documentation, either through a configuration setting or a method call. This would give developers more control over their API documentation and allow them to choose whether or not to expose Swagger.
Could you please consider adding this feature in a future release?
Thanks in advance for your time and consideration.
The text was updated successfully, but these errors were encountered: