Updated scheduled tasks
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
});
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user