This commit is contained in:
Ahmad Rafi'i 2024-09-08 07:18:24 +07:00
parent a3454a3a2d
commit abbd54f627

View File

@ -18,7 +18,7 @@
*/
Route::get('/', function () {
return "hello world"; // data yang di kirim type string
return view('welcome');
});
// route yang menggunakan function di RoutesController