This commit is contained in:
bee0005
2016-10-03 05:46:58 +00:00
parent c0188d971f
commit 42286258ed
5 changed files with 284 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ Rails.application.routes.draw do
get 'node/index' => 'node#index'
post 'node/add' => "node#node_add"
get 'node/delete/:node_id' => "node#node_delete"
get 'node/detail/:node_id' => "node#detail"
post 'node/probe' => "node#node_probe"
post 'node/detach' => "node#node_detach"