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
After integrating the SimpleIdServer.IdServer and SimpleIdServer.IdServer.Domains packages, we observed that Swagger now includes additional API endpoints related to FormBuilder (specifically FakeData and Templates).
Since these endpoints are not required in our implementation, we would like to clarify:
Is this the intended behavior of these packages?
Is there a recommended way to suppress these endpoints in Swagger?
Currently, we have manually configured Swagger to include only the necessary endpoints for our assembly, but we would appreciate guidance on a more sustainable approach.