🐛 fix(Dashboard): Corrige l'URL du partage de statistiques du site web.
This commit is contained in:
@@ -75,7 +75,7 @@ class HomeController extends AbstractController
|
||||
'customers' => $customerRepository->count(),
|
||||
'nbVisitor' => $stats['visitors'],
|
||||
'nbView' => $stats['views'],
|
||||
'statview' => "https://tools-security.esy-web.dev/websites/$websiteId"
|
||||
'statview' => "https://tools-security.esy-web.dev/share/o9j2XMjV4Trnnbfb"
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user