Skip to content

Commit

Permalink
redirect GET requests for the pingback forwarder
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpk committed Apr 18, 2015
1 parent 9f34cb3 commit 38674ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions controllers/webmention_forward.rb
@@ -1,5 +1,9 @@
class Controller < Sinatra::Base

get '/webmention' do
redirect params[:forward]
end

# Forward pingbacks to webmentions
post '/webmention' do

Expand Down

0 comments on commit 38674ca

Please sign in to comment.