fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix list delete
[wolnelektury.git]
/
src
/
social
/
api
/
urls2.py
diff --git
a/src/social/api/urls2.py
b/src/social/api/urls2.py
index
1a6d97e
..
3863ec6
100644
(file)
--- a/
src/social/api/urls2.py
+++ b/
src/social/api/urls2.py
@@
-7,6
+7,8
@@
from . import views
urlpatterns = [
+ path('settings/', views.SettingsView.as_view()),
+
path('like/<slug:slug>/',
piwik_track_view(views.LikeView2.as_view()),
name='social_api_like'),