mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-13 21:44:40 -04:00
Add /Careers routing entry
This commit is contained in:
parent
0869b11f53
commit
38242eb55e
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ module.exports = class CocoRouter extends Backbone.Router
|
|||
'beta': go('HomeView')
|
||||
|
||||
'careers': => window.location.href = 'https://jobs.lever.co/codecombat'
|
||||
'Careers': => window.location.href = 'https://jobs.lever.co/codecombat'
|
||||
|
||||
'cla': go('CLAView')
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue