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:
parent
aaa1d50654
commit
8241136e39
@ -11,7 +11,7 @@ module Micropub
|
|||||||
github = Github.new
|
github = Github.new
|
||||||
|
|
||||||
get '/' do
|
get '/' do
|
||||||
"Hello, World!"
|
redirect ENV.fetch("SITE_URL")
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/view-headers' do
|
get '/view-headers' do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user