Fixing conflict in api.rb

parent 8b2d7690
......@@ -23,7 +23,6 @@ module API
prefix :api
version 'v3', using: :path do
<<<<<<< HEAD
## EE-specific API V3 endpoints START
# Although the following endpoints are kept behind V3 namespace, they're not
# deprecated neither should be removed when V3 get removed.
......@@ -31,8 +30,6 @@ module API
mount ::API::V3::Github
## EE-specific API V3 endpoints END
=======
>>>>>>> upstream/master
route :any, '*path' do
error!('API V3 is no longer supported. Use API V4 instead.', 410)
end
......
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