Updated scheduled tasks

This commit is contained in:
2026-07-03 15:42:41 +10:00
parent f422a6e38e
commit 16184d9c83
4 changed files with 31 additions and 8 deletions
-2
View File
@@ -20,8 +20,6 @@ Route::domain(config('app.api_domain'))->group(function () {
Route::get('/flights/most-recent', [HomePageController::class ,'mostRecentFlights'])->name('home-page.most-recent-flights');
Route::get('/feed/following', [FeedController::class ,'following'])->name('feed.following');
Route::get('/feed/following-flights', [FeedController::class ,'followingFlights'])->name('feed.following-flights');
});