summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/_router.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/_router.js')
-rw-r--r--StoneIsland/www/js/lib/_router.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/StoneIsland/www/js/lib/_router.js b/StoneIsland/www/js/lib/_router.js
index 344755e8..1e01ce96 100644
--- a/StoneIsland/www/js/lib/_router.js
+++ b/StoneIsland/www/js/lib/_router.js
@@ -17,7 +17,7 @@ var SiteRouter = Router.extend({
'/account/logout': 'logout',
'/account/signup': 'signup',
'/account/profile': 'profile',
- '/account/billing': 'billing',
+ '/account/payment': 'payment',
'/account/shipping': 'shipping',
'/faq': 'faq',
@@ -60,3 +60,4 @@ var SiteRouter = Router.extend({
},
})
+