Skip to content

Commit

Permalink
Merge pull request #11696 from notbakaneko/non-api-user-score
Browse files Browse the repository at this point in the history
Remove unused user score route
  • Loading branch information
nanaya authored Nov 28, 2024
2 parents 623459f + e5e6c76 commit 24a3e2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
Route::resource('packs', 'BeatmapPacksController', ['only' => ['index', 'show']]);

Route::group(['as' => 'beatmaps.', 'prefix' => '{beatmap}'], function () {
Route::get('scores/users/{user}', 'BeatmapsController@userScore');
Route::get('scores', 'BeatmapsController@scores')->name('scores');
Route::get('solo-scores', 'BeatmapsController@soloScores')->name('solo-scores');
Route::put('update-owner', 'BeatmapsController@updateOwner')->name('update-owner');
Expand Down

0 comments on commit 24a3e2a

Please sign in to comment.