mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-25 08:38:09 -05:00
Merge branch 'master' into production
This commit is contained in:
commit
283b9e13b5
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…
Reference in a new issue