mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-14 05:55:00 -04:00
Fixed ordering problem I introduced with /play/ladder routes.
This commit is contained in:
parent
fa9f3e2a61
commit
588e0266af
1 changed files with 1 additions and 1 deletions
|
@ -86,11 +86,11 @@ module.exports = class CocoRouter extends Backbone.Router
|
|||
|
||||
'play-old': go('play/MainPlayView') # This used to be 'play'.
|
||||
'play': go('play/CampaignView')
|
||||
'play/:map': go('play/CampaignView')
|
||||
'play/ladder/:levelID': go('ladder/LadderView')
|
||||
'play/ladder': go('ladder/MainLadderView')
|
||||
'play/level/:levelID': go('play/level/PlayLevelView')
|
||||
'play/spectate/:levelID': go('play/SpectateView')
|
||||
'play/:map': go('play/CampaignView')
|
||||
|
||||
'preview': go('HomeView')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue