shlink/config/autoload/redirects.global.php
2019-11-02 11:30:09 +01:00

14 lines
231 B
PHP

<?php
declare(strict_types=1);
return [
'not_found_redirects' => [
'invalid_short_url' => null, // Formerly url_shortener.not_found_short_url.redirect_to
'404' => null,
'base_url' => null,
],
];