@ -1,5 +1,5 @@
class AddSchoolAppliesController < ApplicationController
before_action :require_login, :check_auth
before_action :require_login
def create
school = CreateAddSchoolApplyService.call(current_user, create_params)