actually trigger sync

This commit is contained in:
Konstantin Haase 2012-09-20 16:10:29 +02:00
parent 761e5dce61
commit 8954eaa081

View File

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