Merge pull request #180 from terakilobyte/master

MOre news updates
This commit is contained in:
Quincy Larson
2015-03-09 16:39:04 -07:00
12 changed files with 579 additions and 464 deletions

2
app.js
View File

@@ -324,7 +324,7 @@ app.get(
);
app.get(
'/stories/submit/:newStory',
'/stories/submit/new-story',
storyController.preSubmit
);