fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merge branch 'master' into appdev
[wolnelektury.git]
/
src
/
push
/
api
/
urls.py
diff --git
a/src/push/api/urls.py
b/src/push/api/urls.py
index
afd91bb
..
2920966
100644
(file)
--- a/
src/push/api/urls.py
+++ b/
src/push/api/urls.py
@@
-4,5
+4,4
@@
from . import views
urlpatterns = [
path('deviceTokens/', views.DeviceTokensView.as_view()),
- path('deviceTokens/<int:pk>/', views.DeviceTokenView.as_view(), name='push_api_device_token'),
]