shlink/public/index.php

7 lines
129 B
PHP
Raw Normal View History

2016-04-10 02:38:07 -05:00
<?php
2016-04-10 02:52:44 -05:00
use Zend\Expressive\Application;
2016-04-10 02:38:07 -05:00
2016-04-10 02:52:44 -05:00
/** @var Application $app */
2016-04-10 05:06:28 -05:00
$app = include __DIR__ . '/../config/app.php';
2016-04-10 02:38:07 -05:00
$app->run();