mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-22 02:52:49 +01:00
Swallow favicon
This commit is contained in:
parent
311682a137
commit
f21c4d1555
@ -22,6 +22,10 @@ get '/' do
|
||||
redirect 'http://fixer.io'
|
||||
end
|
||||
|
||||
get '/favicon.ico' do
|
||||
halt 404
|
||||
end
|
||||
|
||||
get '/latest' do
|
||||
jsonp snapshot
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user