shlink/public/index.php
Alejandro Celaya f248d44e68 Improved config
2016-04-10 12:06:28 +02:00

7 lines
129 B
PHP

<?php
use Zend\Expressive\Application;
/** @var Application $app */
$app = include __DIR__ . '/../config/app.php';
$app->run();