瀏覽代碼

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',
     ];
 
     /**