mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 02:35:11 +00:00
Reference to home.php moved from /content to /page
This commit is contained in:
parent
76f0c6d396
commit
ad659d1e52
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class ContentActions extends Actions
|
||||||
|
|
||||||
public static function executeHome()
|
public static function executeHome()
|
||||||
{
|
{
|
||||||
return ['content/home', [
|
return ['page/home', [
|
||||||
'totalUSD' => CreditApi::getTotalDollarSales(),
|
'totalUSD' => CreditApi::getTotalDollarSales(),
|
||||||
'totalPeople' => CreditApi::getTotalPeople()
|
'totalPeople' => CreditApi::getTotalPeople()
|
||||||
]];
|
]];
|
||||||
|
|
Loading…
Add table
Reference in a new issue