X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/8952b9530d943655e552ea660c47e850123c5105..eee26362c631db7fd31cc210694dedd6f8f2961b:/src/api/urls.py?ds=sidebyside diff --git a/src/api/urls.py b/src/api/urls.py index 4fb321a32..1f05e2d51 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -1,5 +1,5 @@ -# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later. -# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information. +# This file is part of Wolne Lektury, licensed under GNU Affero GPLv3 or later. +# Copyright © Fundacja Wolne Lektury. See NOTICE for more information. # from django.urls import path, include from django.views.decorators.csrf import csrf_exempt @@ -34,7 +34,6 @@ urlpatterns = [ path('blog', piwik_track_view(views.BlogView.as_view())), - path('pictures/', include('picture.api.urls')), path('', include('social.api.urls')), path('', include('catalogue.api.urls')), ]