Join Mechanik erstellen
This commit is contained in:
@@ -4,6 +4,6 @@ from . import views
|
||||
app_name = 'play'
|
||||
|
||||
urlpatterns = [
|
||||
path('lobby', views.lobby, name='lobby'),
|
||||
path('lobby/<str:join_code>', views.lobby, name='lobby'),
|
||||
path('join', views.join_game, name='join_game'),
|
||||
]
|
||||
Reference in New Issue
Block a user