Reference to home.php moved from /content to /page

This commit is contained in:
Bruno 2016-07-27 19:13:58 -04:00
parent 76f0c6d396
commit ad659d1e52

View file

@ -15,7 +15,7 @@ class ContentActions extends Actions
public static function executeHome()
{
return ['content/home', [
return ['page/home', [
'totalUSD' => CreditApi::getTotalDollarSales(),
'totalPeople' => CreditApi::getTotalPeople()
]];