Update minor source code TA
This commit is contained in:
parent
635d44a0fb
commit
f19fc843c9
|
|
@ -31,6 +31,7 @@
|
|||
// =======================================================
|
||||
// RUTE PUBLIK (TIDAK PERLU LOGIN)
|
||||
// =======================================================
|
||||
// route login
|
||||
Route::get('/', function () { return view('index'); });
|
||||
Route::get('/index', function () { return view('layout.app'); });
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue