module Api::V1::Teams::ControllerBase
def index
def index end
def show
def show end
def update
def update if @team.update(team_params) render :show else render json: @team.errors, status: :unprocessable_entity end end
def index end
def show end
def update if @team.update(team_params) render :show else render json: @team.errors, status: :unprocessable_entity end end