Basestructure Chat App
This commit is contained in:
@@ -5,4 +5,5 @@ from . import views
|
||||
|
||||
urlpatterns = [
|
||||
path("", views.index, name="index"),
|
||||
path("<str:room_name>/", views.room, name="room"),
|
||||
]
|
||||
Reference in New Issue
Block a user