This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse-subscriptions
mirror of
https://github.com/discourse/discourse-subscriptions.git
Watch
1
Star
0
Fork
You've already forked discourse-subscriptions
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ee0901aeca
discourse-subscriptions
/
assets
/
javascripts
/
discourse
/
patrons-route-map.js.es6
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
yarn prettier
2019-09-11 17:14:16 -04:00
export default function() {
this.route("patrons", function() {
use the billing page
2019-10-24 22:55:57 -04:00
this.route("subscribe");
Show route
2019-09-11 03:38:55 -04:00
});
basic route and template
2019-09-11 03:13:12 -04:00
}