Skip to content

Commit 4855a5b

Browse files
authored
Slim comments
1 parent 84850ab commit 4855a5b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

stubs/inertia/routes/web.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,6 @@
44
use Illuminate\Support\Facades\Route;
55
use Inertia\Inertia;
66

7-
/*
8-
|--------------------------------------------------------------------------
9-
| Web Routes
10-
|--------------------------------------------------------------------------
11-
|
12-
| Here is where you can register web routes for your application. These
13-
| routes are loaded within the "web" middleware group which includes
14-
| sessions, cookie encryption, and more. Go build something great!
15-
|
16-
*/
17-
187
Route::get('/', function () {
198
return Inertia::render('Welcome', [
209
'canLogin' => Route::has('login'),

0 commit comments

Comments
 (0)