make sync private again

This commit is contained in:
Konstantin Haase 2012-09-20 16:09:26 +02:00
parent 9fca38bc9c
commit 761e5dce61

View File

@ -29,8 +29,7 @@ class Travis::Api::App
end
# TODO: Add implementation and documentation.
# , scope: :private
post '/sync' do
post '/sync', scope: :private do
# raise NotImplementedError
# sync_user(current_user)
'ok'