fix error

This commit is contained in:
chiu 2022-08-08 05:36:04 +00:00
parent 7d6d7f73db
commit efd34019d8
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
require 'openssl'
require 'base64'
class ClientSitesController < ApplicationController
skip_before_action :verify_authenticity_token
def check_module_permissions
apps = params[:apps]
store_key = params[:store_token]
@ -122,4 +122,4 @@ class ClientSitesController < ApplicationController
end
render :json => {ability: ability}
end
end
end