Roberto Santini 3 lat temu
rodzic
commit
e1b9143564
1 zmienionych plików z 0 dodań i 5 usunięć
  1. 0
    5
      routes/web.php

+ 0
- 5
routes/web.php Wyświetl plik

@@ -22,11 +22,6 @@ Route::get('/', function () {
22 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 26
 Route::middleware(['auth', 'verified'])->group(function () {
32 27
   Route::get('/dashboard', function () {

Ładowanie…
Anuluj
Zapisz