mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-02-09 21:14:53 +00:00
4 lines
68 B
Ruby
4 lines
68 B
Ruby
Choice::Engine.routes.draw do
|
|
get 'stripe' => 'choice#create'
|
|
end
|