Skip to content

Commit

Permalink
chore(urls): temporarily hide chat bot urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Shavkatjon-O committed Sep 8, 2024
1 parent cb28cf8 commit 9efde17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
path("api/chats/", include("apps.chats.urls")),
]

if not settings.DEBUG:
urlpatterns += [path("api/bot/", include("apps.bot.urls"))]
# if not settings.DEBUG:
# urlpatterns += [path("api/bot/", include("apps.bot.urls"))]

# Swagger urls
urlpatterns += [
Expand Down

0 comments on commit 9efde17

Please sign in to comment.