Skip to content

Commit

Permalink
Merge pull request #1709 from jeffersonraimon/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnart authored Nov 26, 2023
2 parents dfcb899 + 9bdd6a4 commit cca8be0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tools/acceptableStatusCodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { SelectItem } from '@mantine/core';

export const StatusCodes: SelectItem[] = [
{ value: '200', label: '200 - OK', group: 'Sucessful responses' },
{ value: '202', label: '202 - Accepted', group: 'Sucessful responses' },
{ value: '204', label: '204 - No Content', group: 'Sucessful responses' },
{ value: '301', label: '301 - Moved Permanently', group: 'Redirection responses' },
{ value: '302', label: '302 - Found / Moved Temporarily', group: 'Redirection responses' },
Expand Down

0 comments on commit cca8be0

Please sign in to comment.