Skip to content

Commit

Permalink
Added feedItem to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoudj committed Sep 28, 2011
1 parent 6d43455 commit 26c3620
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.js
Expand Up @@ -2,6 +2,7 @@

var server = require('./private/server/http').createServer(3001, {
models :[
"./examples/models/feed.js"
"./examples/models/feed.js",
"./examples/models/feeditem.js"
]
});

0 comments on commit 26c3620

Please sign in to comment.