diff --git a/app/Controllers/Home copy 2.php b/app/Controllers/Home copy 2.php index cfdf25b..83eee47 100644 --- a/app/Controllers/Home copy 2.php +++ b/app/Controllers/Home copy 2.php @@ -6,6 +6,6 @@ class Home extends BaseController { public function index(): string { - return view('asa'); + return view('aasasdasa'); } }