Skip to content

Commit

Permalink
Merge pull request #154 from ractf/hotfix/url-conf-order
Browse files Browse the repository at this point in the history
Switch order of '/api/v2/' url patterns
  • Loading branch information
jerbob authored Aug 2, 2021
2 parents 67a70a9 + 4171076 commit 950cb03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
]

urlpatterns = [
*urlpatterns,
path("api/v2/", include(urlpatterns)),
*urlpatterns,
]

handler404 = CatchAllView.as_view()
Expand Down

0 comments on commit 950cb03

Please sign in to comment.