mirror of
https://github.com/HabitRPG/habitica.git
synced 2026-04-23 05:22:10 -05:00
fix(client): Add client redirect for coupon url
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user