discourse-subscriptions/config/routes.rb

5 lines
135 B
Ruby

DiscoursePayments::Engine.routes.draw do
resources :charges, only: [:create]
get 'users/:username/payments' => 'payments#show'
end