Browse Source

use base URL from config

pull/82/head
Aaron Parecki 7 years ago
parent
commit
bd70c1a9f2
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/flights.php

+ 1
- 1
scripts/flights.php View File

@ -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']
]
];

Loading…
Cancel
Save