Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Remove empty static route
Browse files Browse the repository at this point in the history
  • Loading branch information
halfdan committed Feb 3, 2016
1 parent 0257e33 commit f925cfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/controllers/static.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,4 @@
get :index, map: '/' do
render :index
end

get :badge, map: '/v1/badge.svg' do

end
end

0 comments on commit f925cfe

Please sign in to comment.