Browse Source

rotte tolte

Roberto Santini 3 years ago
parent
commit
e1b9143564
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      routes/web.php

+ 0
- 5
routes/web.php View File

22
     return redirect()->route('dashboard');
22
     return redirect()->route('dashboard');
23
 });
23
 });
24
 
24
 
25
-Route::get('/test', function () {
26
-    dd(\Carbon\Carbon::now()->toDateTimeString());
27
-    return;
28
-});
29
-
30
 
25
 
31
 Route::middleware(['auth', 'verified'])->group(function () {
26
 Route::middleware(['auth', 'verified'])->group(function () {
32
   Route::get('/dashboard', function () {
27
   Route::get('/dashboard', function () {

Loading…
Cancel
Save