mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-22 00:47:25 -06:00
7 lines
129 B
PHP
7 lines
129 B
PHP
<?php
|
|
use Zend\Expressive\Application;
|
|
|
|
/** @var Application $app */
|
|
$app = include __DIR__ . '/../config/app.php';
|
|
$app->run();
|