caolongle преди 3 години
родител
ревизия
78778f05c2
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      public/index.php

+ 1 - 1
public/index.php

@@ -16,6 +16,6 @@ require __DIR__ . '/../vendor/autoload.php';
16
 // 执行HTTP应用并响应
16
 // 执行HTTP应用并响应
17
 $http = (new App())->http;
17
 $http = (new App())->http;
18
 $response = $http->run();
18
 $response = $http->run();
19
-
19
+echo "42343435fsd";
20
 $response->send();
20
 $response->send();
21
 $http->end($response);
21
 $http->end($response);