Commit aabf9d2a authored by Ash McKenzie's avatar Ash McKenzie

Re-add slack project settings route

parent daaeff78
......@@ -551,6 +551,10 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resource :operations, only: [:show, :update]
resource :integrations, only: [:show]
resource :slack, only: [:destroy, :edit, :update] do
get :slack_auth
end
resource :repository, only: [:show], controller: :repository do
post :create_deploy_token, path: 'deploy_token/create'
post :cleanup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment