Remove tiny Sinatra server
This commit is contained in:
parent
a9bd47502d
commit
7ed9b4357b
|
@ -1,11 +0,0 @@
|
|||
require 'sinatra'
|
||||
require 'redis'
|
||||
|
||||
get '/' do
|
||||
content_type 'text/html'
|
||||
|
||||
redis = Redis.new
|
||||
project = 'travis'
|
||||
index_key = params[:index_key] || redis.get("#{project}:index:current")
|
||||
redis.get("#{project}:index:#{index_key}")
|
||||
end
|
Loading…
Reference in New Issue
Block a user