chore: delete github hook

This commit is contained in:
Muhsin Keloth
2025-04-21 20:04:39 +05:30
parent 1df0159f65
commit bf78dde488
3 changed files with 25 additions and 1 deletions
+5
View File
@@ -258,6 +258,11 @@ Rails.application.routes.draw do
get :linked_issues
end
end
resource :github, controller: 'github', only: [] do
collection do
delete :destroy
end
end
end
resources :working_hours, only: [:update]