shlink/config/autoload/redirects.global.php
2019-11-02 17:23:21 +01:00

13 lines
239 B
PHP

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