mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 12:48:52 +00:00
fix(client): Add client redirect for coupon url
This commit is contained in:
parent
0e42d6ba32
commit
a5b2e53914
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue