Remove gallery stuff.
[wolnelektury.git] / src / picture / api / urls.py
diff --git a/src/picture/api/urls.py b/src/picture/api/urls.py
deleted file mode 100644 (file)
index 6358128..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-# 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
-from . import views
-
-
-urlpatterns = [
-    path('', views.PicturesView.as_view()),
-]