Commit b359a697 authored by Stan Hu's avatar Stan Hu

Resolve conflicts in config/routes/project.rb

parent f4359dfc
......@@ -485,18 +485,14 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
post :reset_cache
end
resource :integrations, only: [:show]
<<<<<<< HEAD
resource :slack, only: [:destroy, :edit, :update] do
get :slack_auth
end
resource :repository, only: [:show], controller: :repository
=======
resource :repository, only: [:show], controller: :repository do
post :create_deploy_token, path: 'deploy_token/create'
end
>>>>>>> upstream/master
end
# Since both wiki and repository routing contains wildcard characters
......
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