fix: Allow integration apps to be listed by an agent (#6587)
* fix: Allow integration apps to be listed by an agent * Fix rubocop
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Api::V1::Accounts::Integrations::AppsController < Api::V1::Accounts::BaseController
|
||||
before_action :check_admin_authorization?
|
||||
before_action :check_admin_authorization?, except: [:index, :show]
|
||||
before_action :fetch_apps, only: [:index]
|
||||
before_action :fetch_app, only: [:show]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user