Browse Source

Set badge colour for OPTIONS method too

Shalvah 5 years ago
parent
commit
ccce82cf75
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Tools/WritingUtils.php

+ 1 - 0
src/Tools/WritingUtils.php

@@ -14,6 +14,7 @@ class WritingUtils
         'PUT' => 'darkblue',
         'PUT' => 'darkblue',
         'PATCH' => 'purple',
         'PATCH' => 'purple',
         'DELETE' => 'red',
         'DELETE' => 'red',
+        'OPTIONS' => 'grey',
     ];
     ];
 
 
     /**
     /**