mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-25 02:10:18 -06:00
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$run = require __DIR__ . '/../config/run.php';
|
|
$run();
|