Skip to content

Commit

Permalink
Adds compatibility with Janeway v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl committed Oct 2, 2024
1 parent cbf09aa commit a23e43b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from django.conf.urls import url
from django.urls import re_path

from plugins.clockss import views

urlpatterns = [
url(r'^$', views.index, name='index'),
]
re_path(r'^$', views.index, name='index'),
]

0 comments on commit a23e43b

Please sign in to comment.