Skip to content

Commit

Permalink
feat: add 205 Reset Content
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiazom committed Jun 9, 2023
1 parent bfca004 commit 7c2f7ae
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/statuses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const statuses:IStatuses = {
202: { code: 202, message: 'Accepted' },
203: { code: 203, message: 'Non-Authoritative Information' },
204: { code: 204, message: 'No Content' },
205: { code: 205, message: 'Reset Content' },
206: { code: 206, message: 'Partial Content' },
207: { code: 207, message: 'Multi-Status' },
300: { code: 300, message: 'Multiple Choices' },
Expand Down
Binary file added public/images-original/205.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/205.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7c2f7ae

Please sign in to comment.