Skip to content

Commit

Permalink
Set badge colour for OPTIONS method too
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah authored May 24, 2020
1 parent c8f1881 commit ccce82c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tools/WritingUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class WritingUtils
'PUT' => 'darkblue',
'PATCH' => 'purple',
'DELETE' => 'red',
'OPTIONS' => 'grey',
];

/**
Expand Down

0 comments on commit ccce82c

Please sign in to comment.