diff --git a/app/collections/ComponentsCollection.coffee b/app/collections/ComponentsCollection.coffee index 1f930576b..32f2748ca 100644 --- a/app/collections/ComponentsCollection.coffee +++ b/app/collections/ComponentsCollection.coffee @@ -2,5 +2,5 @@ LevelComponent = require 'models/LevelComponent' CocoCollection = require 'collections/CocoCollection' module.exports = class ComponentsCollection extends CocoCollection - url: '/db/level.component/search' + url: '/db/level.component' model: LevelComponent