Skip to content

Commit 07115ea

Browse files
committed
separate urls for chat app
1 parent 73eeb6d commit 07115ea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chatire/urls.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@
1010
urlpatterns += [
1111
path('auth/', include('djoser.urls')),
1212
path('auth/', include('djoser.urls.authtoken')),
13+
]
14+
15+
16+
# chat app urls
17+
urlpatterns += [
1318
path('api/', include('chat.urls')),
1419
]

0 commit comments

Comments
 (0)