소스 검색

Set badge colour for OPTIONS method too

Shalvah 5 년 전
부모
커밋
ccce82cf75
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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',
     ];
 
     /**