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
To disable an endpoint, there could be an API that unregister a whole controller (matching all the endpoints in the controller) - api.RemoveController(controller Controller)
Or there could be a api.DisableEndpoint(endpoint Endpoint) that is taken into consideration when the building of the handlers happens.
The text was updated successfully, but these errors were encountered:
To disable an endpoint, there could be an API that unregister a whole controller (matching all the endpoints in the controller) -
api.RemoveController(controller Controller)
Or there could be a
api.DisableEndpoint(endpoint Endpoint)
that is taken into consideration when the building of the handlers happens.The text was updated successfully, but these errors were encountered: