game: add: retrive view
This commit is contained in:
@ -23,5 +23,6 @@ urlpatterns = [
|
||||
path('api/accounts/', include('accounts.urls')),
|
||||
path('api/chat/', include('chat.urls')),
|
||||
path('api/tournaments/', include('tournament.urls')),
|
||||
path('api/games/', include('games.urls')),
|
||||
path('', include('frontend.urls')),
|
||||
]
|
||||
|
Reference in New Issue
Block a user