allowed file types

This commit is contained in:
Kyle Drake 2014-04-22 15:49:47 -07:00
parent 258e35cfc0
commit c3bf65a136
3 changed files with 63 additions and 9 deletions

4
app.rb
View file

@ -492,6 +492,10 @@ post '/site_files/save/:filename' do |filename|
'ok'
end
get '/site_files/allowed_types' do
erb :'site_files/allowed_types'
end
get '/terms' do
erb :'terms'
end