Cleanup of cli
This commit is contained in:
@ -11,6 +11,7 @@ $app->group('/mailboxes', function($app) {
|
||||
|
||||
$app->group('/mailbox/{mailbox_id}', function($app) {
|
||||
$app->group('/messages', function($app) {
|
||||
$app->get('/grab[/]', [Messages::class, 'grab']);
|
||||
$app->get('/valid[/]', [Messages::class, 'valid']);
|
||||
$app->get('[/]', Messages::class);
|
||||
});
|
||||
|
Reference in New Issue
Block a user