summaryrefslogtreecommitdiffstats
path: root/chat_api/urls.py
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2021-11-07 18:45:40 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2021-11-07 18:45:40 +0100
commit1abb20d4871dcf8ab07f3f327fd3cbe65a22a9b1 (patch)
treedaed477f3b4f2e56ab8723d58cc48c2b5de0dc36 /chat_api/urls.py
downloadlom_api-1abb20d4871dcf8ab07f3f327fd3cbe65a22a9b1.tar.gz
lom_api-1abb20d4871dcf8ab07f3f327fd3cbe65a22a9b1.zip
auth features
Diffstat (limited to 'chat_api/urls.py')
-rw-r--r--chat_api/urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/chat_api/urls.py b/chat_api/urls.py
new file mode 100644
index 0000000..d2d839f
--- /dev/null
+++ b/chat_api/urls.py
@@ -0,0 +1,5 @@
1from django.urls import path
2
3urlpatterns = [
4
5]