Swallow favicon

This commit is contained in:
hakanensari 2014-03-14 12:30:31 +00:00
parent 311682a137
commit f21c4d1555

View File

@ -22,6 +22,10 @@ get '/' do
redirect 'http://fixer.io'
end
get '/favicon.ico' do
halt 404
end
get '/latest' do
jsonp snapshot
end