Add routes - warvox - VoIP based wardialing tool, forked from rapid7/warvox.
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit 8d14632cd039331d86cc8de8edddd180a20b5435
DIR parent efec78a965e0462c2d4463a976a53b9f36c5ccb5
HTML Author: HD Moore <hd_moore@rapid7.com>
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(-)
---
DIR 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 => :resource_analyze
match '/analyze/:id/view' => 'analyze#view', :as => :view_analyze
+ match '/analyze/:dial_result_id/matches' => 'analyze#view_matches', :as => :view_matches
match '/analyze/:id/show' => 'analyze#show', :as => :show_analyze
match '/analyze' => 'analyze#index'