From 53e8ada76dd90781ee42e8d02eaacb1b771929f4 Mon Sep 17 00:00:00 2001 From: josh Date: Wed, 1 Apr 2026 09:48:23 +1000 Subject: [PATCH] Gitignore updates --- routes/web.php | 2 +- storage/app/private/.gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 86a06c5..1b5750c 100644 --- a/routes/web.php +++ b/routes/web.php @@ -3,5 +3,5 @@ use Illuminate\Support\Facades\Route; Route::get('/', function () { - return view('welcome'); + return response()->json(['message' => 'Welcome to Dredgy\'s Flights API']); }); diff --git a/storage/app/private/.gitignore b/storage/app/private/.gitignore index d6b7ef3..b9ca456 100644 --- a/storage/app/private/.gitignore +++ b/storage/app/private/.gitignore @@ -1,2 +1,3 @@ * !.gitignore +images/logos