From bd70c1a9f2601173ba0462721e843e5a2c7402ab Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Thu, 11 May 2017 19:21:56 -0700 Subject: [PATCH] use base URL from config --- scripts/flights.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flights.php b/scripts/flights.php index 565732a..9ea36a9 100644 --- a/scripts/flights.php +++ b/scripts/flights.php @@ -117,7 +117,7 @@ foreach($flights as $flight) { ] ] ], - 'route' => ['http://quill.dev/flight/'.$flight->id.'/'.$flightData['faFlightID'].'/route.json'] + 'route' => [Config::$base_url.'flight/'.$flight->id.'/'.$flightData['faFlightID'].'/route.json'] ] ];