Explorar o código

Set badge colour for OPTIONS method too

Shalvah %!s(int64=5) %!d(string=hai) anos
pai
achega
ccce82cf75
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/Tools/WritingUtils.php

+ 1 - 0
src/Tools/WritingUtils.php

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