fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Find unused tags.
[wolnelektury.git]
/
src
/
api
/
urls.py
diff --git
a/src/api/urls.py
b/src/api/urls.py
index
2c4c792
..
1f05e2d
100644
(file)
--- a/
src/api/urls.py
+++ b/
src/api/urls.py
@@
-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')),
]