json(['message' => 'Welcome to the FlightsGoneBy API']); }); Route::get('airlines/logos/tail/{code}', [LogoController::class, 'getLogoByCode']) ->where('code', '[A-Za-z0-9]{2,3}');