Skip to content

Commit 893a990

Browse files
committed
CHEF-176
1 parent e31b5c1 commit 893a990

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

chef-server-slice/lib/chef-server-slice.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ def self.setup_router(scope)
6767

6868
scope.resources :nodes
6969

70+
scope.match("/status").to(:controller => "status", :action => "index").name(:status)
71+
7072
scope.resources :searches, :path => "search", :controller => "search" do
7173
scope.resources :entries, :controller => "search_entries"
7274
end

0 commit comments

Comments
 (0)