Skip to content

Commit

Permalink
Remove favicon route support
Browse files Browse the repository at this point in the history
- Favicon route now supported by Frontend
- Remove publishing_api task
  • Loading branch information
KludgeKML committed Sep 25, 2024
1 parent 542ab1c commit 56effaa
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 56effaa

Please sign in to comment.