mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-12-18 03:23:42 -05:00
Fixed LevelComponent search collection in level editor.
This commit is contained in:
parent
1502cdc64b
commit
4c57ff7501
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@ LevelComponent = require 'models/LevelComponent'
|
||||||
CocoCollection = require 'collections/CocoCollection'
|
CocoCollection = require 'collections/CocoCollection'
|
||||||
|
|
||||||
module.exports = class ComponentsCollection extends CocoCollection
|
module.exports = class ComponentsCollection extends CocoCollection
|
||||||
url: '/db/level.component/search'
|
url: '/db/level.component'
|
||||||
model: LevelComponent
|
model: LevelComponent
|
||||||
|
|
Loading…
Reference in a new issue