From 7482e77c1ca1ecb9bae1671ef171f571a48ce6ba Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Tue, 5 Mar 2024 18:23:30 +0200 Subject: [PATCH] Small fix for invoices page --- cp/routes/web.php | 1 + 1 file changed, 1 insertion(+) 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',