BUB-4 Ordinamento ascendente per data dell'export dei movimenti

This commit is contained in:
2022-02-22 14:02:59 +01:00
parent 4e5523d95c
commit eebb53dbcb
3 changed files with 4 additions and 2 deletions

View File

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