diff --git a/controller/action/ContentActions.class.php b/controller/action/ContentActions.class.php index 57f0c4ee..17234f46 100644 --- a/controller/action/ContentActions.class.php +++ b/controller/action/ContentActions.class.php @@ -15,7 +15,7 @@ class ContentActions extends Actions public static function executeHome() { - return ['content/home', [ + return ['page/home', [ 'totalUSD' => CreditApi::getTotalDollarSales(), 'totalPeople' => CreditApi::getTotalPeople() ]];