Merge branch 'staging' of github.com:FreeCodeCamp/freecodecamp into staging

This commit is contained in:
Quincy Larson
2015-06-24 07:21:22 -07:00

View File

@@ -11,6 +11,7 @@ module.exports = function(app) {
var router = app.loopback.Router();
var User = app.models.User;
var Story = app.models.Story;
var Comment = app.models.Comment;
router.get('/stories/hotStories', hotJSON);
router.get('/stories/comments/:id', comments);