Sha256: 185fe9a2e3b3175c9817596eb26ff3e04693d3a114af10f387be59011fa96f59

Contents?: true

Size: 209 Bytes

Versions: 7

Compression:

Stored size: 209 Bytes

Contents

Mautic::Engine.routes.draw do
  resources :connections do
    member do
      get :authorize
      get :oauth2

    end
    # post "webhook/:mautic_connection_id", action: "webhook", on: :collection
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mautic-2.3.8 config/routes.rb
mautic-2.3.7 config/routes.rb
mautic-2.3.6 config/routes.rb
mautic-2.3.5 config/routes.rb
mautic-2.3.4 config/routes.rb
mautic-2.3.3 config/routes.rb
mautic-2.3.1 config/routes.rb