chore: fix route
This commit is contained in:
+4
-2
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user