add status button

This commit is contained in:
Youngkyun Kim
2016-08-31 09:34:09 -04:00
parent 199f2c0c91
commit 87a6b90eda
3 changed files with 29 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ Rails.application.routes.draw do
post 'volume/changeDir' => 'volume#checkDir'
get 'volume/mount/:volume_id' => "volume#mount"
get 'volume/mount/:volume_name' => "volume#mount"
get 'peer/index' => 'peer#index'