remove calls to ssl_allowed as well

This commit is contained in:
Andy Brett
2021-06-24 12:06:34 -07:00
parent 334b9b520a
commit 07a2a584c3
3 changed files with 0 additions and 6 deletions

View File

@@ -25,8 +25,6 @@ module Api
rescue_from CanCan::AccessDenied, with: :unauthorized
rescue_from ActiveRecord::RecordNotFound, with: :not_found
ssl_allowed
# Include these because we inherit from ActionController::Metal
# rather than ActionController::Base and these are required for AMS
include ActionController::Serialization