tjhickey724 / PeerReviewApp

A port of the Meteor-based PeerReview app to Express/EJS/Mongoose
Apache License 2.0
0 stars 2 forks source link

Refactor Controllers #12

Open tjhickey724 opened 5 years ago

tjhickey724 commented 5 years ago

Modify the controllers so that Xcontroller.method is a method that assumes res.locals.X has been assigned.

tjhickey724 commented 4 years ago

I eliminated the controllers and switched to the async/await model which is so much better!