Update users.rb

parent aac0559d
...@@ -537,11 +537,7 @@ module API ...@@ -537,11 +537,7 @@ module API
authenticate! authenticate!
end end
<<<<<<< HEAD
# Enabling /users/:id endpoint for the v3 version to allow oauth
=======
# Enabling /user endpoint for the v3 version to allow oauth # Enabling /user endpoint for the v3 version to allow oauth
>>>>>>> upstream/master
# authentication through this endpoint. # authentication through this endpoint.
version %w(v3 v4), using: :path do version %w(v3 v4), using: :path do
desc 'Get the currently authenticated user' do desc 'Get the currently authenticated user' do
......
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