songxingwei 3 yıl önce
ebeveyn
işleme
43cf3f98b5
1 değiştirilmiş dosya ile 0 ekleme ve 1 silme
  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();