View erstellen

This commit is contained in:
Juhn-Vitus Saß
2025-03-15 16:10:34 +01:00
parent 6beccc772a
commit 34a9ab6a43
2 changed files with 11 additions and 0 deletions

View File

@@ -6,4 +6,5 @@ app_name = 'play'
urlpatterns = [
path('lobby/<str:join_code>', views.lobby, name='lobby'),
path('join', views.join_game, name='join_game'),
path('participant', views.create_participant, name='create_participant'),
]