@ -22,7 +22,7 @@ public class ForecastPriceController {
String destLongitude = forecastPriceDTO.getDestLongitude();
String destLatitude = forecastPriceDTO.getDestLatitude();
return priceService.forecastPrice(depLongitude,destLatitude,destLongitude,destLongitude);
return priceService.forecastPrice(depLongitude,depLatitude,destLongitude,destLatitude);
}