fix: import
This commit is contained in:
parent
8a7866aefa
commit
90ce697a3a
@ -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