1
0
mirror of https://github.com/danbee/micropub.git synced 2025-03-04 08:59:13 +00:00

Root URL redirects to website

This commit is contained in:
Daniel Barber 2022-08-16 19:45:06 -05:00
parent aaa1d50654
commit 8241136e39

View File

@ -11,7 +11,7 @@ module Micropub
github = Github.new
get '/' do
"Hello, World!"
redirect ENV.fetch("SITE_URL")
end
get '/view-headers' do