Skip to content

Commit 19969c1

Browse files
Update web.php
1 parent cd50274 commit 19969c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

routes/web.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
Route::get('/', function () {
1515
return view('welcome');
1616
});
17+
/*
1718
Route::get('/posts', [
1819
'uses' => 'PostsController@index',
1920
'as' => 'posts.index'
20-
]);
21+
]);
22+
*/

0 commit comments

Comments
 (0)