Skip to content

Commit

Permalink
removed flightaware routes
Browse files Browse the repository at this point in the history
  • Loading branch information
tomcoombs2000 committed Oct 21, 2024
1 parent 2940cb0 commit 1bcd687
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Features/Routes/Services/FlightAwareRouteService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ namespace ZmaReference.Features.Routes.Services;

public partial class FlightAwareRouteService(IHttpClientFactory httpClientFactory, IOptionsMonitor<AppSettings> appSettings, IMemoryCache cache, ILogger<FlightAwareRouteService> logger)
{

public async Task<AirportPairRouteSummary> FetchRoutesAsync(string departureIcao, string arrivalIcao)
{
}

public string MakeUrl(string departureIcao, string arrivalIcao)
Expand Down

0 comments on commit 1bcd687

Please sign in to comment.