コード例 #1
0
 /**
  * @url OPTIONS
  *
  * <pre>
  * /!\ Kanban REST routes are under construction and subject to changes /!\
  * </pre>
  */
 public function options()
 {
     Header::allowOptionsPatchDelete();
 }