Skip to content

Commit

Permalink
Add example route in web.php
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithDennis committed Sep 5, 2024
1 parent c4f2c29 commit 572fafd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions routes/web.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?php

// Example
use Illuminate\Support\Facades\Route;

Route::get('/', function () {
Expand Down

0 comments on commit 572fafd

Please sign in to comment.