Remove mongo need + add blog vjevk

This commit is contained in:
CHIEFSOFT\ameye
2025-03-31 13:00:07 -04:00
parent e3add7badd
commit 2cd96a3820
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ class Home extends BaseController
{
public function index()
{
$this->mongoDbTest();
// $this->mongoDbTest();
$data['envID'] = getenv('ENV_ID');
$data['home_background'] = getenv('HOME_PAGE_BACKGROUND');
return view('welcome_message',$data);