diff options
author | Aaron Parecki <aaron@parecki.com> | 2017-05-11 19:21:56 -0700 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2017-05-11 19:21:56 -0700 |
commit | bd70c1a9f2601173ba0462721e843e5a2c7402ab (patch) | |
tree | 7b66a96bb78367e708eaaaa700011fabb1f2d9f8 /scripts | |
parent | b1b4aaa4d02ba2cf4c0bb07a95afcb0035dac3cf (diff) |
use base URL from config
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/flights.php | 2 |
1 files changed, 1 insertions, 1 deletions
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'] ] ]; |