Skip to content

Commit

Permalink
fix: change root route to /welcome for just to view
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Feb 28, 2025
1 parent db5788f commit aa4ee49
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 @@ -7,7 +7,7 @@
use App\Http\Controllers\PostController;
use Illuminate\Support\Facades\Route;

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

Expand Down

0 comments on commit aa4ee49

Please sign in to comment.