Add /download page

This commit is contained in:
Alex Ling
2020-02-21 01:59:09 +00:00
parent f9a4698fca
commit c449a1e9b1
2 changed files with 6 additions and 0 deletions

View File

@@ -52,5 +52,9 @@ class MainRouter < Router
env.response.status_code = 404
end
end
get "/download" do |env|
layout "download"
end
end
end