diff --git a/cp/routes/web.php b/cp/routes/web.php index f26b187..6e65251 100644 --- a/cp/routes/web.php +++ b/cp/routes/web.php @@ -245,6 +245,7 @@ $app->any('/api[/{params:.*}]', function ( 'application' => 'clid', 'host' => 'clid', 'poll' => 'registrar_id', + 'invoices' => 'registrar_id', 'registrar' => 'id', 'payment_history' => 'registrar_id', 'statement' => 'registrar_id',