|
@@ -20,6 +20,6 @@ urlpatterns = [
|
|
|
path('admin/', admin.site.urls),
|
|
|
path('chat/', include(('chat.urls', "chat"), namespace='chat')),
|
|
|
path('account/', include(('account.urls', "account"), namespace='account')),
|
|
|
- path('friends/', include(('friends.urls', "friends"), namespace= 'friends'))
|
|
|
+ path('friends/', include(('friends.urls', "friends"), namespace='friends')),
|
|
|
path('infrastructure/', include(('infrastructure.urls', "infrastructure"), namespace='infrastructure')),
|
|
|
]
|