set profile scope back to private

This commit is contained in:
Konstantin Haase 2012-09-19 10:19:20 +02:00
parent 4a59e2286e
commit f5af1923a6

View File

@ -18,8 +18,7 @@ class Travis::Api::App
# "synced_at": "2012-08-14T22:11:21Z"
# }
# }
# , scope: :private
get '/' do
get '/', scope: :private do
body service(:user).find_one, type: :user
end