config/routes.rb in iqvoc-4.11.1 vs config/routes.rb in iqvoc-4.12.0

- old
+ new

@@ -68,10 +68,12 @@ get 'alphabetical_concepts(/:prefix)' => 'concepts/alphabetical#index', as: 'alphabetical_concepts' get 'untranslated_concepts/:prefix' => 'concepts/untranslated#index', as: 'untranslated_concepts' get 'hierarchical_concepts' => 'concepts/hierarchical#index', as: 'hierarchical_concepts' get 'expired_concepts' => 'concepts/expired#index', as: 'expired_concepts' - get 'dashboard' => 'dashboard#index', as: 'dashboard' + get 'dashboard' => 'dashboard#concept_index', as: 'dashboard' + get 'dashboard_glance' => 'dashboard#glance', as: 'dashboard_glance' + get 'collection_dashboard' => 'dashboard#collection_index', as: 'collection_dashboard' match 'dashboard/reset' => 'dashboard#reset', as: 'reset', via: [:get, :post] get 'config' => 'instance_configuration#index', as: 'instance_configuration' patch 'config' => 'instance_configuration#update'