| Add routes - warvox - VoIP based wardialing tool, forked from rapid7/warvox. | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 8d14632cd039331d86cc8de8edddd180a20b5435 | |
| parent efec78a965e0462c2d4463a976a53b9f36c5ccb5 | |
| Author: HD Moore <[email protected]> | |
| Date: Thu, 4 Aug 2011 19:52:17 +0000 | |
| Add routes | |
| Diffstat: | |
| M web/config/routes.rb | 1 + | |
| 1 file changed, 1 insertion(+), 0 deletions(-) | |
| --- | |
| diff --git a/web/config/routes.rb b/web/config/routes.rb | |
| @@ -12,6 +12,7 @@ Web::Application.routes.draw do | |
| match '/analyze/:id/resource/:result_id/:type' => 'analyze#resource', :as =>… | |
| match '/analyze/:id/view' => 'analyze#view', :as => :view_analyze | |
| + match '/analyze/:dial_result_id/matches' => 'analyze#view_matches', :as =… | |
| match '/analyze/:id/show' => 'analyze#show', :as => :show_analyze | |
| match '/analyze' => 'analyze#index' | |