Skip to content

Commit

Permalink
Revert "url ordering"
Browse files Browse the repository at this point in the history
This reverts commit 6edc52b.
  • Loading branch information
BrennanB committed Sep 23, 2024
1 parent f31a0ec commit e409f72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ranked/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

urlpatterns = [
path('', views.ranked_home, name='home'),
path('global_leaderboard/', views.global_leaderboard, name='global_leaderboard'),
path('<str:name>/', views.leaderboard, name='leaderboard'),
path('<str:name>/<str:player_id>', views.player_info, name='player_info'),

path('global_leaderboard/', views.global_leaderboard, name='global_leaderboard'),
]

0 comments on commit e409f72

Please sign in to comment.