songxingwei 3 anni fa
parent
commit
43cf3f98b5
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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();