refactor: simplify welcome view and update web route to return a basic string response
This commit is contained in:
parent
54421c8b61
commit
95b89efcaa
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
use Illuminate\Support\Facades\Route;
|
||||
|
||||
Route::get('/', function () {
|
||||
return redirect()->route('filament.admin.auth.login');
|
||||
return view('welcome');
|
||||
});
|
||||
|
||||
Route::get('/share/presensi/{token}', [ShareAttendanceController::class, 'show'])->name('share.attendance');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user