mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-05 19:28:13 +00:00
6 lines
166 B
Ruby
6 lines
166 B
Ruby
DiscourseDonations::Engine.routes.draw do
|
|
resources :charges, only: [:create]
|
|
get 'users/:username/payments' => 'payments#show'
|
|
get 'dd' => 'payments#show'
|
|
end
|