ripristino

This commit is contained in:
2023-04-14 11:33:05 +00:00
parent 63251d1be9
commit 2021efb8b8
2 changed files with 42 additions and 42 deletions

View File

@@ -21,8 +21,8 @@ Route::get('/', function () {
});
//Auth::routes(['register' => false]); // Production only
Auth::routes(); //development mode
Auth::routes(['register' => false]); // Production only
// Auth::routes(); //development mode
Route::get('/calendar', [TagController::class,'calendartest'])->name('calendar');
Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');