mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
6 lines
154 B
Ruby
6 lines
154 B
Ruby
Choice::Engine.routes.draw do
|
|
get 'stripe' => 'choice#create'
|
|
get 'choice-form' => 'choice#index'
|
|
get 'users/:username/choice' => 'choice#show'
|
|
end
|