This commit is contained in:
Yessiest 2025-04-03 16:09:33 +04:00
commit 43164ddbca
14 changed files with 1 additions and 14 deletions

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -1 +0,0 @@
../../lib

View File

@ -16,7 +16,7 @@ app = Landline::Server.new do
files[file.filename] = "<a href=\"files/#{filename}\">#{filename}</a>" files[file.filename] = "<a href=\"files/#{filename}\">#{filename}</a>"
end end
end end
erubi(file("index.rhtml"), { formdata: files }).run erb(file("index.rhtml"), { formdata: files }).run
end end
serve "/files/*" serve "/files/*"
get "/" do get "/" do

View File

@ -1 +0,0 @@
../../examples