http.php 96B

1234567
  1. <?php
  2. namespace App\Http;
  3. $app = require_once __DIR__ . "/../bootstrap.php";
  4. $app->runHttp();