mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 01:33:11 +08:00
Roll back change to allow creating API keys with custom value
This commit is contained in:
@@ -21,8 +21,7 @@ return [
|
||||
Command\Visit\DeleteOrphanVisitsCommand::NAME => Command\Visit\DeleteOrphanVisitsCommand::class,
|
||||
Command\Visit\GetNonOrphanVisitsCommand::NAME => Command\Visit\GetNonOrphanVisitsCommand::class,
|
||||
|
||||
Command\Api\CreateKeyCommand::NAME => Command\Api\CreateKeyCommand::class,
|
||||
Command\Api\CreateKeyCommand::ALIAS => Command\Api\CreateKeyCommand::class,
|
||||
Command\Api\GenerateKeyCommand::NAME => Command\Api\GenerateKeyCommand::class,
|
||||
Command\Api\DisableKeyCommand::NAME => Command\Api\DisableKeyCommand::class,
|
||||
Command\Api\ListKeysCommand::NAME => Command\Api\ListKeysCommand::class,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user