add directory

This commit is contained in:
bee0005
2016-08-27 13:21:08 +00:00
parent 404e72f01c
commit f38432f3bc
3 changed files with 142 additions and 60 deletions

View File

@@ -17,6 +17,7 @@ Rails.application.routes.draw do
get 'volume/info' => 'volume#info'
get 'peer/index' => 'peer#index'
post 'file_upload' => 'volume#file_upload'
post 'volume/changeDir' => 'volume#checkDir'
# Example of regular route:
# get 'products/:id' => 'catalog#view'