Save user flights
This commit is contained in:
@@ -34,6 +34,10 @@ Route::domain(config('app.domain'))->group(
|
||||
Route::get('/reconcile', function () {
|
||||
$flight = new FlightImportController()->reconcile(request());
|
||||
|
||||
if (!$flight) {
|
||||
return to_route('import.fr24');
|
||||
}
|
||||
|
||||
return Inertia::render('ReconcileFlight', [
|
||||
'flight' => $flight,
|
||||
'key' => $flight['imported_flight_id'],
|
||||
|
||||
Reference in New Issue
Block a user