summaryrefslogtreecommitdiffstats
path: root/chat_api/urls.py
diff options
context:
space:
mode:
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]