mirror of
https://github.com/neocities/neocities.git
synced 2025-07-24 11:28:29 +02:00
allowed file types
This commit is contained in:
parent
258e35cfc0
commit
c3bf65a136
3 changed files with 63 additions and 9 deletions
4
app.rb
4
app.rb
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue