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