diff --git a/web/app/controllers/api_latency_controller.rb b/web/app/controllers/api_latency_controller.rb deleted file mode 100644 index 85347be36..000000000 --- a/web/app/controllers/api_latency_controller.rb +++ /dev/null @@ -1,7 +0,0 @@ -class ApiLatencyController < ApiController - before_filter :api_signed_in_user - - def index - - end -end \ No newline at end of file diff --git a/web/app/controllers/api_users_controller.rb b/web/app/controllers/api_users_controller.rb index 3dbb09d27..26fce0bd7 100644 --- a/web/app/controllers/api_users_controller.rb +++ b/web/app/controllers/api_users_controller.rb @@ -13,7 +13,7 @@ class ApiUsersController < ApiController :band_invitation_index, :band_invitation_show, :band_invitation_update, # band invitations :set_password, :begin_update_email, :update_avatar, :delete_avatar, :generate_filepicker_policy, :share_session, :share_recording, - :affiliate_report, :audio_latency, :broadcast_notification, :redeem_giftcard] + :affiliate_report, :audio_latency, :get_latencies, :broadcast_notification, :redeem_giftcard] before_filter :ip_blacklist, :only => [:create, :redeem_giftcard] respond_to :json, :except => :calendar @@ -1154,9 +1154,6 @@ class ApiUsersController < ApiController @onboarding = User.find(params[:id]) end - def latency - end - ###################### RECORDINGS ####################### # def recording_index # @recordings = User.recording_index(current_user, params[:id])