6 lines
69 B
PHP
6 lines
69 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/../app/bootstrap.php';
|
|
|
|
$app->run();
|