songxingwei 3 년 전
부모
커밋
43cf3f98b5
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      index.php

+ 0 - 1
index.php

@@ -38,7 +38,6 @@ if(in_array($query_string, $array))
 require __DIR__ . '/vendor/autoload.php';
 
 
-
 // 执行HTTP应用并响应
 $http = (new App())->http;
 $response = $http->run();