fix redirect

This commit is contained in:
misbahsurur 2024-12-24 21:11:37 +07:00
parent 502b420a04
commit 0f3ab13ade
1 changed files with 1 additions and 1 deletions

View File

@ -28,6 +28,6 @@ class HomeController extends Controller
*/
public function index()
{
return view('home');
return view('welcome');
}
}