fix(client): Add client redirect for coupon url

This commit is contained in:
Blade Barringer
2016-08-10 12:12:56 -05:00
parent 0e42d6ba32
commit a5b2e53914
+2
View File
@@ -41,6 +41,8 @@ window.habitrpg = angular.module('habitrpg',
.when('/options/groups/hall', '/options/groups/hall/heroes')
.when('/options/inventory', '/options/inventory/drops')
.when('/options/settings', '/options/settings/settings')
// post cards with promo codes went out with this address
.when('/options/settings/coupon', '/options/settings/promo')
// redirect states that don't match
.otherwise("/tasks");