mirror of
https://github.com/shlinkio/shlink.git
synced 2025-01-03 12:46:59 -06:00
7 lines
88 B
PHP
7 lines
88 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
$run = require __DIR__ . '/../config/run.php';
|
|
$run();
|