mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
webdav mount info
This commit is contained in:
parent
47344e8bdc
commit
71d4e99b1c
4 changed files with 55 additions and 5 deletions
4
app.rb
4
app.rb
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue