make sync private again
This commit is contained in:
parent
9fca38bc9c
commit
761e5dce61
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user