Home back

This commit is contained in:
2023-03-17 18:38:28 -04:00
parent 19cf49869c
commit 36e95bb7f0
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -7,6 +7,7 @@ class Home extends BaseController
public function index()
{
$data['envID'] = getenv('ENV_ID');
$data['home_background'] = getenv('HOME_PAGE_BACKGROUND');
return view('welcome_message',$data);
}
}