mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-08 00:02:15 +01:00
Updated to laravel 11
This commit is contained in:
@@ -34,7 +34,6 @@ Route::middleware([
|
||||
])->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