Sha256: 2d30d477204fd354ac81b9e1b533fbdd002b088f7e93366e27e7104c75b1a5a7

Contents?: true

Size: 348 Bytes

Versions: 43

Compression:

Stored size: 348 Bytes

Contents

Rails.application.routes.draw do
  # Host Meta
  match '/.well-known/host-meta', :to => HostMetaController.action(:index)

  # Webfinger
  match '/webfinger' => 'webfinger#index', :as => 'webfinger'

  # PushSubHubBub callback
  match 'pshb' => 'pshb#index', as: :pshb

  # Salmon callback
  match 'salmon/:slug' => 'salmon#index', as: :salmon
end

Version data entries

43 entries across 43 versions & 2 rubygems

Version Path
social_stream-2.2.2 ostatus/config/routes.rb
social_stream-ostatus-2.2.1 config/routes.rb
social_stream-2.2.1 ostatus/config/routes.rb
social_stream-2.2.0 ostatus/config/routes.rb
social_stream-ostatus-2.2.0 config/routes.rb
social_stream-2.1.1 ostatus/config/routes.rb
social_stream-1.1.12 ostatus/config/routes.rb
social_stream-2.1.0 ostatus/config/routes.rb
social_stream-ostatus-2.1.0 config/routes.rb
social_stream-2.0.4 ostatus/config/routes.rb
social_stream-2.0.3 ostatus/config/routes.rb
social_stream-1.1.11 ostatus/config/routes.rb
social_stream-1.1.10 ostatus/config/routes.rb
social_stream-1.1.9 ostatus/config/routes.rb
social_stream-ostatus-1.1.1 config/routes.rb
social_stream-1.1.8 ostatus/config/routes.rb
social_stream-2.0.2 ostatus/config/routes.rb
social_stream-2.0.1 ostatus/config/routes.rb
social_stream-2.0.0 ostatus/config/routes.rb
social_stream-ostatus-2.0.0 config/routes.rb