Sha256: 971e91982e8b69ac71ba81d78908adc7f766ba92a2f563c3467f9b11d7b15204

Contents?: true

Size: 437 Bytes

Versions: 12

Compression:

Stored size: 437 Bytes

Contents

Rails.application.routes.draw do
  get '/events', to: 'events#index'
  get '/events/not_shown_count', to: 'events#not_shown_count'
  get '/oauth', to: 'oauth/authorization#authorize'
  get '/oauth/callback', to: 'oauth/authorization#callback'
  post '/webhooks/callback', to: 'webhooks#callback'
  get '/login', to: 'oauth/authorization#login'
  get '/', to: 'home#index'
  post '/start', to: 'home#start'

  root to: 'events#index'
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-8.0.1 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-8.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-7.3.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-7.2.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-7.1.1 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-7.1.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-7.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-6.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-5.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-4.0.0 sample-apps/webhooks-contacts-app/config/routes.rb
hubspot-api-client-3.3.0 sample-apps/webhooks-contacts-app/config/routes.rb