Update minor source code TA

This commit is contained in:
SitiAfiah 2026-06-25 11:15:58 +07:00
parent 635d44a0fb
commit f19fc843c9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
// ======================================================= // =======================================================
// RUTE PUBLIK (TIDAK PERLU LOGIN) // RUTE PUBLIK (TIDAK PERLU LOGIN)
// ======================================================= // =======================================================
// route login
Route::get('/', function () { return view('index'); }); Route::get('/', function () { return view('index'); });
Route::get('/index', function () { return view('layout.app'); }); Route::get('/index', function () { return view('layout.app'); });