mirror of
https://github.com/lingble/chatwoot.git
synced 2025-12-12 15:55:24 +00:00
chore: delete github hook
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
class Api::V1::Accounts::Integrations::GithubController < Api::V1::Accounts::BaseController
|
||||
before_action :fetch_hook, only: [:destroy]
|
||||
|
||||
def destroy
|
||||
@hook.destroy!
|
||||
head :ok
|
||||
end
|
||||
|
||||
def fetch_hook
|
||||
@hook = Integrations::Hook.where(account: Current.account).find_by(app_id: 'github')
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user