Skip to content

Commit

Permalink
Update php/routes/web.php
Browse files Browse the repository at this point in the history
Deleting default homepage route

Co-authored-by: Lucy Keer <lucy@talkjs.com>
  • Loading branch information
shsaqib99 and keerlu authored Nov 17, 2023
1 parent ad53521 commit 59ce301
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions php/routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
|
*/

//Route::get('/', function () {
// return view('welcome');
//});

Auth::routes();

Route::get('/home', [App\Http\Controllers\HomeController::class, 'index'])->name('home');
Expand Down

0 comments on commit 59ce301

Please sign in to comment.