mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-23 11:27:21 -04:00
Switch CourseInstance firstLevelURL to return dungeons-of-kithgard
Since we switched from using forked levels
This commit is contained in:
parent
d4540af780
commit
2bbabd4917
1 changed files with 1 additions and 1 deletions
|
@ -24,4 +24,4 @@ module.exports = class CourseInstance extends CocoModel
|
|||
@fetch(options)
|
||||
|
||||
firstLevelURL: ->
|
||||
"/play/level/course-dungeons-of-kithgard?course=#{@get('courseID')}&course-instance=#{@id}"
|
||||
"/play/level/dungeons-of-kithgard?course=#{@get('courseID')}&course-instance=#{@id}"
|
||||
|
|
Loading…
Reference in a new issue