class Account::Webhooks::Outgoing::EndpointsController

def index

GET /account/teams/:team_id/webhooks/outgoing/endpoints.json
GET /account/teams/:team_id/webhooks/outgoing/endpoints
def index
  # if you only want these objects shown on their parent's show page, uncomment this:
  # redirect_to [:account, @team]
end