summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2017-05-11 19:21:56 -0700
committerAaron Parecki <aaron@parecki.com>2017-05-11 19:21:56 -0700
commitbd70c1a9f2601173ba0462721e843e5a2c7402ab (patch)
tree7b66a96bb78367e708eaaaa700011fabb1f2d9f8
parentb1b4aaa4d02ba2cf4c0bb07a95afcb0035dac3cf (diff)
use base URL from config
-rw-r--r--scripts/flights.php2
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']
]
];