mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-09 21:14:53 +00:00
5 lines
136 B
Ruby
5 lines
136 B
Ruby
DiscoursePayments::Engine.routes.draw do
|
|
resources :payments, only: [:create]
|
|
get 'users/:username/payments' => 'payments#show'
|
|
end
|