Refactor route to be more rest-ful

This commit is contained in:
Nathan Leniz
2015-03-09 18:41:07 +09:00
parent 1da79c2b86
commit e661551a52

2
app.js
View File

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