Sha256: d243cb117e3f7233f311b50f620a685a2f700ab6085b71f8663426b8c7fe27ab
Contents?: true
Size: 304 Bytes
Versions: 7
Compression:
Stored size: 304 Bytes
Contents
Spree::Core::Engine.routes.draw do namespace :api, defaults: { format: 'json' } do post '/returnly/refunds/:order_id/estimate', to: 'returnly/refunds#estimate' post '/returnly/refunds/:order_id', to: 'returnly/refunds#create' get '/returnly/version', to: 'returnly/version#index' end end
Version data entries
7 entries across 7 versions & 1 rubygems