diff --git a/lib/micropub/webserver.rb b/lib/micropub/webserver.rb index 1f43e8f..9cffaa3 100644 --- a/lib/micropub/webserver.rb +++ b/lib/micropub/webserver.rb @@ -11,7 +11,7 @@ module Micropub github = Github.new get '/' do - "Hello, World!" + redirect ENV.fetch("SITE_URL") end get '/view-headers' do