Skip to content

Commit

Permalink
Update return about view
Browse files Browse the repository at this point in the history
  • Loading branch information
Geeky101 authored Jan 11, 2025
1 parent a6e229e commit 4f90a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
// resources/views/pages/about.blade.php - without any controller
// Also, assign the route name "about"
// Put one code line here below
Route::get('/about', 'about')->name('about');
Route::view('/about', 'about')->name('about');


// Task 4: redirect the GET URL "log-in" to a URL "login"
Expand Down

0 comments on commit 4f90a73

Please sign in to comment.