Experimental solution (Vue Polling) to solve an AWS API Gateway problem limitation for Laravel Vapor in the event of a emergency rollback to Google

This commit is contained in:
Dillon Ngo
2024-01-21 10:31:39 +08:00
parent 33d2d02cb0
commit 9b9057ea81
6 changed files with 292 additions and 5 deletions
+6 -1
View File
@@ -1247,4 +1247,9 @@ Route::get('fix-payment-status-updated-but-failed-update-invoice', function (Upd
echo 'done fix ' . $invoice->owner->owner->reference . '<br>';
}
}
});
});
//A page to monitor Experimental solution (Vue Polling) to solve an AWS API Gateway problem limitation for Laravel Vapor in the event of a emergency rollback to Google
Route::get('/payment-and-billing-2', function () {
return view('pages.paymentAndBilling2');
})->name('admin.payment-and-billing-2');