Migration Fix

This commit is contained in:
2026-04-02 21:26:45 +10:00
parent 6bc72d88c2
commit 4adba94109
+1 -1
View File
@@ -4,7 +4,7 @@ use App\Http\Controllers\LogoController;
use Illuminate\Support\Facades\Route;
Route::get('/', function () {
return response()->json(['message' => 'Welcome to Dredgy\'s Flights API']);
return response()->json(['message' => 'Welcome to the FlightsGoneBy API']);
});
Route::get('airlines/logos/tail/{code}', [LogoController::class, 'getLogoByCode'])