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