fix: import
This commit is contained in:
parent
f3bbad9eb9
commit
7a034c2b48
@ -2,8 +2,8 @@ from django.urls import path, re_path
|
|||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
from django.conf.urls.static import static
|
from django.conf.urls.static import static
|
||||||
|
|
||||||
from .viewset import GameViewSet
|
from .GameViewSet import GameViewSet
|
||||||
from .views import GameConfigView
|
from .GameConfigView import GameConfigView
|
||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
path("<int:pk>", GameViewSet.as_view({"get": "retrieve"}), name="game_page"),
|
path("<int:pk>", GameViewSet.as_view({"get": "retrieve"}), name="game_page"),
|
||||||
|
Loading…
Reference in New Issue
Block a user