Skip to content

Commit

Permalink
Merge pull request #4 from crobinson42/patch-2
Browse files Browse the repository at this point in the history
feat(): locked - 423, not implemented - 501
  • Loading branch information
jeffijoe committed Sep 23, 2018
2 parents 4125b69 + a69a24c commit 0d9011d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/koa-respond.js
Expand Up @@ -15,7 +15,9 @@ const statusCodeMap = {
unauthorized: 401,
forbidden: 403,
notFound: 404,
internalServerError: 500
locked: 423,
internalServerError: 500,
notImplemented: 501,
}

/**
Expand Down

0 comments on commit 0d9011d

Please sign in to comment.