mep
This commit is contained in:
parent
e958163a4a
commit
b8a5a1ff58
79 changed files with 15113 additions and 0 deletions
12
public/index.php
Normal file
12
public/index.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Slim\App;
|
||||
|
||||
require __DIR__ . '/../vendor/autoload.php';
|
||||
|
||||
/** @var App $app */
|
||||
$app = require __DIR__ . '/../src/bootstrap.php';
|
||||
|
||||
$app->run();
|
Loading…
Add table
Add a link
Reference in a new issue