Skip to content

Commit

Permalink
Update web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
aminakbari7 committed Mar 4, 2024
1 parent 97f3f5b commit 7c206bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@

Route::get('/', function () {return view('welcome');});
Route::get('/contact', function () {return view('contact');})->name('contact');
Route::get('/about', function () {return view('about');})->name('about');


Route::get('roomlivewire',Roomlivewire::class);
Route::get('homelivewire',Homelivewire::class);
Expand Down

0 comments on commit 7c206bc

Please sign in to comment.