summaryrefslogtreecommitdiff
path: root/app/controllers/v1/services_controller.rb
blob: 114870fcc2e5c8ef379c2ccedff23981924f60df (plain)
1
2
3
4
5
6
class V1::ServicesController < ApiController

  def show
    respond_with current_user.effective_service_level
  end
end