Skip to content
Snippets Groups Projects
Commit d5ca5c94 authored by Mauricio Giacomini Girardello's avatar Mauricio Giacomini Girardello
Browse files

remove duplicate routes

parent bea73b88
No related branches found
No related tags found
No related merge requests found
......@@ -19,17 +19,11 @@ Rails.application.routes.draw do
end
end
get 'highlights/new' => 'highlights#new', as: 'new_highlights'
get 'highlights/delete' => 'highlights#delete', as: 'delete_highlights'
get 'highlights/index' => 'highlights#index', as: 'index_highlights'
resources :users
resources :highlights
resources :carousels
mount Sidekiq::Web, at: '/sidekiq'
end
root 'welcome#index'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment