1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-03-23 18:11:46 +03:00
shlink/public/index.php

7 lines
129 B
PHP
Raw Normal View History

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