mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 15:23:12 +08:00
Moved InvalidShortCode exception handling to problem details
This commit is contained in:
@@ -11,7 +11,7 @@ use function sprintf;
|
||||
|
||||
class ConfigProvider
|
||||
{
|
||||
private const ROUTES_PREFIX = '/rest/v{version:1}';
|
||||
private const ROUTES_PREFIX = '/rest/v{version:1|2}';
|
||||
|
||||
public function __invoke()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user