diff --git a/routes/web.php b/routes/web.php index 758b028..1f16ba4 100644 --- a/routes/web.php +++ b/routes/web.php @@ -15,4 +15,4 @@ use Illuminate\Support\Facades\Route; Route::get('/', function () { return view('index'); -}); +}); \ No newline at end of file