Skip to content

Commit

Permalink
Deregister aimmo URLs (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Aug 1, 2024
1 parent 2947005 commit 602a486
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions django_site/urls.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from aimmo import urls as aimmo_urls
from django.conf.urls import include, url
from django.contrib import admin
from django.urls import path
Expand All @@ -15,6 +14,5 @@
url(r"^", include(portal_urls)),
path("administration/", admin.site.urls),
url(r"^rapidrouter/", include(game_urls)),
url(r"^kurono/", include(aimmo_urls)),
url(r"^versions/$", versions, name="versions"),
]

0 comments on commit 602a486

Please sign in to comment.