mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
add time overview page
This commit is contained in:
@@ -33,4 +33,9 @@ Route::middleware([
|
||||
'verified',
|
||||
])->group(function () {
|
||||
Route::get('/dashboard', [DashboardController::class, 'dashboard'])->name('dashboard');
|
||||
|
||||
|
||||
Route::get('/time', function () {
|
||||
return Inertia::render('Time');
|
||||
})->name('time');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user