mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 05:13:13 +03:00
13 lines
181 B
PHP
13 lines
181 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
|
|
'not_found_redirects' => [
|
|
'invalid_short_url' => null,
|
|
'regular_404' => null,
|
|
'base_url' => null,
|
|
],
|
|
|
|
];
|