diff --git a/core/urls.py b/core/urls.py index 7016c49..48aca2f 100644 --- a/core/urls.py +++ b/core/urls.py @@ -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 += [