Skip to content
Snippets Groups Projects
Unverified Commit 32b99add authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.deposit.urls: Remove unused admin endpoint

parent 9810a8de
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@ Including another URLconf
2. Add a URL to urlpatterns: url(r'^blog/', include('blog.urls'))
"""
from django.conf.urls import url
from django.contrib import admin
from rest_framework.urlpatterns import format_suffix_patterns
from .config import EDIT_SE_IRI, EM_IRI, CONT_FILE_IRI
......@@ -35,7 +34,6 @@ from .api.service_document import SWHServiceDocument
urlpatterns = [
url(r'^$', index, name='home'),
url(r'^admin', admin.site.urls, name='admin'),
# SD IRI - Service Document IRI
# -> GET
url(r'^1/servicedocument/', SWHServiceDocument.as_view(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment