We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbf560 commit f1067c6Copy full SHA for f1067c6
1 file changed
server/game_dev/urls.py
@@ -6,6 +6,6 @@
6
path("events/<int:id>/", EventDetailAPIView.as_view()),
7
path("games/<int:id>/", GamesDetailAPIView.as_view()),
8
path("gameshowcase/", GameshowcaseAPIView.as_view(), name="gameshowcase-api"), # Updated line for GameShowcase endpoint
9
- path('members/<int:id>/', MemberAPIView.as_view())
+ path('members/<int:id>/', MemberAPIView.as_view()),
10
path("about/", CommitteeAPIView.as_view())
11
]
0 commit comments