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