Gitignore updates

This commit is contained in:
2026-04-01 09:48:23 +10:00
parent 0ff02dbdfc
commit 53e8ada76d
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
use Illuminate\Support\Facades\Route; use Illuminate\Support\Facades\Route;
Route::get('/', function () { Route::get('/', function () {
return view('welcome'); return response()->json(['message' => 'Welcome to Dredgy\'s Flights API']);
}); });
+1
View File
@@ -1,2 +1,3 @@
* *
!.gitignore !.gitignore
images/logos