Skip to content

Commit

Permalink
Disable debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Feb 20, 2024
1 parent d877387 commit 1f29a9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OSCR_django/OSCR_django/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
2. Add a URL to urlpatterns: path('blog/', include('blog.urls'))
"""

from django.contrib import admin
# from django.contrib import admin
from django.urls import include, path
from drf_yasg.views import get_schema_view

Expand All @@ -29,8 +29,8 @@


urlpatterns = [
path("admin/", admin.site.urls),
path("swagger/", schema_view.with_ui("swagger")),
# path("admin/", admin.site.urls),
# path("swagger/", schema_view.with_ui("swagger")),
# path("", include("user.urls")),
path("", include("combatlog.urls.combatlog")),
path("", include("ladder.urls.ladder")),
Expand Down

0 comments on commit 1f29a9b

Please sign in to comment.