diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 00807da..6c1f882 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -5,6 +5,8 @@ Glsamaker::Application.routes.draw do match 'cve/list.:format' => 'cve#list', :as => :cve + match 'search/results' => 'search#results', :as => :search + match 'admin' => 'admin/index#index' resources :glsas, :controller => 'glsa' do |