disabled for over a year, removed from api

This commit is contained in:
Josh Kalderimis 2013-11-05 13:42:37 +01:00
parent 6f92f122b0
commit 609a35ecc3

View File

@ -1,15 +0,0 @@
require 'travis/api/app'
class Travis::Api::App
class Endpoint
class Stats < Endpoint
get '/repos' do
{ :stats => service(:find_daily_repos_stats) }
end
get '/tests' do
{ :stats => service(:find_daily_tests_stats) }
end
end
end
end