uptownhr / hackable

Personal site starter for NodeJS developers
http://hackable.penguin.ws
24 stars 10 forks source link

update admin projects routes to use async/await #98

Closed uptownhr closed 8 years ago

uptownhr commented 8 years ago

Using the /user/* routes as an example, update the admin /project/* routes to use the new async/await features.

When working on this, make sure to have the branch koa checked out

  1. git fetch upstream
  2. git checkout koa
  3. git merge upstream/koa