Skip to content

Commit

Permalink
Merge pull request #3443 from alphagov/remove-favicon-support
Browse files Browse the repository at this point in the history
Remove favicon route support
  • Loading branch information
KludgeKML authored Sep 25, 2024
2 parents 542ab1c + 56effaa commit b92a570
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 69 deletions.
9 changes: 0 additions & 9 deletions app/controllers/icon_redirects_controller.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@

get "/templates/:template.html.erb", to: "root#template"
end

# Favicon redirect
get "/favicon.ico", to: "icon_redirects#show_favicon"
end
34 changes: 0 additions & 34 deletions lib/tasks/publishing_api.rake

This file was deleted.

23 changes: 0 additions & 23 deletions test/integration/icon_redirects_test.rb

This file was deleted.

0 comments on commit b92a570

Please sign in to comment.