Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
add AUTHORS
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 27, 2014
1 parent a37a2fd commit 1284bb0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Ordered by date of first contribution.
# Auto-generated by 'contributors' on Thu, 27 Feb 2014 05:37:30 GMT.
# https://github.com/xingrz/node-contributors

dead-horse <[email protected]> (https://github.com/dead-horse)
fengmk2 <[email protected]> (https://github.com/fengmk2)
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ var app = koa();
app.use(middlewares.bodyParser());
app.use(middlewares.jsonp());
app.use(middlewares.router(app));
app.use(middlewares.fresh());
app.use(middlewares.etag());
middlewares.csrf(app);

app.use(function *() {
Expand Down

0 comments on commit 1284bb0

Please sign in to comment.