Sha256: 52bf8b0c9e457a19883c2a80b4008e93590eacb53739317defd095acdb476089

Contents?: true

Size: 188 Bytes

Versions: 5

Compression:

Stored size: 188 Bytes

Contents

Spree::Core::Engine.routes.prepend do
  namespace :api do
    scope :module => :v1 do
      namespace :users do
        post   :sign_up
        post   :sign_in
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
spree_api_auth-0.2.0 config/routes.rb
spree_api_auth-0.1.1 config/routes.rb
spree_api_auth-0.1.0 config/routes.rb
spree_api_auth-0.0.3 config/routes.rb
spree_api_auth-0.0.2 config/routes.rb