mirror of
https://github.com/shlinkio/shlink.git
synced 2026-02-28 12:13:13 +08:00
Test API key creation with custom key
This commit is contained in:
@@ -21,8 +21,8 @@ return [
|
||||
Command\Visit\DeleteOrphanVisitsCommand::NAME => Command\Visit\DeleteOrphanVisitsCommand::class,
|
||||
Command\Visit\GetNonOrphanVisitsCommand::NAME => Command\Visit\GetNonOrphanVisitsCommand::class,
|
||||
|
||||
Command\Api\GenerateKeyCommand::NAME => Command\Api\GenerateKeyCommand::class,
|
||||
Command\Api\GenerateKeyCommand::ALIAS => Command\Api\GenerateKeyCommand::class,
|
||||
Command\Api\CreateKeyCommand::NAME => Command\Api\CreateKeyCommand::class,
|
||||
Command\Api\CreateKeyCommand::ALIAS => Command\Api\CreateKeyCommand::class,
|
||||
Command\Api\DisableKeyCommand::NAME => Command\Api\DisableKeyCommand::class,
|
||||
Command\Api\ListKeysCommand::NAME => Command\Api\ListKeysCommand::class,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user