Sha256: b4555f75bb033f70166e014f412b252d64d773baef1757c18dd0299c6339708c

Contents?: true

Size: 289 Bytes

Versions: 42

Compression:

Stored size: 289 Bytes

Contents

require 'resque/server'

Rails.application.routes.draw do
  mount Resque::Server.new, at: '/resque'

  get '/oauth', to: 'oauth/authorization#authorize'
  get '/oauth/callback', to: 'oauth/authorization#callback'
  get '/login', to: 'oauth/authorization#login'
  root to: 'home#index'
end

Version data entries

42 entries across 21 versions & 1 rubygems

Version Path
hubspot-api-client-9.0.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-9.0.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-8.0.1 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-8.0.1 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-8.0.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-8.0.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.3.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.3.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-7.2.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-7.2.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.1.1 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-7.1.1 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.1.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.1.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-7.0.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-7.0.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-6.0.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-6.0.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb
hubspot-api-client-5.0.0 sample-apps/leaky-bucket-app/config/routes.rb
hubspot-api-client-5.0.0 sample-apps/rate-limits-redis-sample-app/config/routes.rb