comment out put to /artifacts/:id for now

This commit is contained in:
Sven Fuchs 2013-01-26 20:41:18 +01:00
parent 4ea95494de
commit b81644acba

View File

@ -10,9 +10,11 @@ class Travis::Api::App
respond_with service(:find_artifact, params)
end
put '/:id' do |id|
respond_with service(:update_artifact, params)
end
# TODO needs auth, required for live log archiving on log:aggregted in travis-tasks
#
# put '/:id' do |id|
# respond_with service(:update_artifact, params)
# end
end
end
end