chore: fix route

This commit is contained in:
Muhsin Keloth
2025-06-30 12:44:26 +05:30
parent 4f214dd77a
commit 4d98b1871a
+4 -2
View File
@@ -274,8 +274,10 @@ Rails.application.routes.draw do
delete :destroy
end
end
namespace :integrations do
resource :github, only: [:show]
resource :github, controller: 'github', only: [] do
collection do
delete :destroy
end
end
end
resources :working_hours, only: [:update]