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