Use site_files instead of file_list when all file list is needed

This commit is contained in:
Kyle Drake 2015-12-19 22:48:08 -08:00
parent b2bdcfd1f5
commit 8174db65e1
4 changed files with 9 additions and 10 deletions

View file

@ -207,6 +207,9 @@ get '/site_files/allowed_types' do
erb :'site_files/allowed_types'
end
get '/site_files/hotlinking' do
erb :'site_files/hotlinking'
end
get '/site_files/mount_info' do
erb :'site_files/mount_info'