Sha256: 184e305e5481d1217d78c093a433a039a8f984f26a1363683414459bef663c5d

Contents?: true

Size: 310 Bytes

Versions: 32

Compression:

Stored size: 310 Bytes

Contents

ShopifyApp::Engine.routes.draw do
  controller :sessions do
    get 'login' => :new, :as => :login
    post 'login' => :create, :as => :authenticate
    get 'auth/shopify/callback' => :callback
    get 'logout' => :destroy, :as => :logout
  end

  namespace :webhooks do
    post ':type' => :receive
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
shopify_app-8.2.6 config/routes.rb
shopify_app-8.2.5 config/routes.rb
shopify_app-8.2.4 config/routes.rb
shopify_app-8.2.2 config/routes.rb
shopify_app-8.2.1 config/routes.rb
shopify_app-8.2.0 config/routes.rb
shopify_app-8.1.0 config/routes.rb
shopify_app-8.0.0 config/routes.rb
shopify_app-7.4.0 config/routes.rb
shopify_app-7.3.0 config/routes.rb
shopify_app-7.2.11 config/routes.rb
shopify_app-7.2.10 config/routes.rb
shopify_app-7.2.9 config/routes.rb
shopify_app-7.2.8 config/routes.rb
shopify_app-7.2.7 config/routes.rb
shopify_app-7.2.6 config/routes.rb
shopify_app-7.2.5 config/routes.rb
shopify_app-7.2.3 config/routes.rb
shopify_app-7.2.0 config/routes.rb
shopify_app-7.1.1 config/routes.rb