webdav mount info

This commit is contained in:
Kyle Drake 2014-08-29 20:36:57 -07:00
parent 47344e8bdc
commit 71d4e99b1c
4 changed files with 55 additions and 5 deletions

4
app.rb
View file

@ -756,6 +756,10 @@ get '/site_files/allowed_types' do
erb :'site_files/allowed_types'
end
get '/site_files/mount_info' do
erb :'site_files/mount_info'
end
get '/terms' do
erb :'terms'
end