Skip to content

Commit

Permalink
new rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Shmiklak committed Jul 8, 2024
1 parent 20e6dfd commit 4f44b81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@

Route::middleware('admin')->group(function () {
Route::get('/edit-team', [AdminController::class, 'edit_team'])->name('edit_team');
Route::get('/update-maps', function() {
$reqs = \App\Models\Beatmap::where('status', 'PENDING')->get();
foreach ($reqs as $req) {
$req->updateStatus();
}
});
});

Route::get('osu_auth', [OsuAuthController::class, 'redirectToProvider'])->name('osu_login');
Expand Down

0 comments on commit 4f44b81

Please sign in to comment.