Skip to content

Commit

Permalink
Merge pull request #386 from beeman/beeman/add-http-status-418
Browse files Browse the repository at this point in the history
feat: add HTTP Status Code 418
  • Loading branch information
kamilmysliwiec committed Feb 3, 2018
2 parents 1812567 + e2ede3e commit 7357007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/enums/http-status.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ export enum HttpStatus {
UNSUPPORTED_MEDIA_TYPE = 415,
REQUESTED_RANGE_NOT_SATISFIABLE = 416,
EXPECTATION_FAILED = 417,
I_AM_A_TEAPOT = 418,
UNPROCESSABLE_ENTITY = 422,
TOO_MANY_REQUESTS = 429,
INTERNAL_SERVER_ERROR = 500,
Expand Down

0 comments on commit 7357007

Please sign in to comment.