fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix
[redakcja.git]
/
src
/
depot
/
urls.py
diff --git
a/src/depot/urls.py
b/src/depot/urls.py
index
9804515
..
4901ca9
100644
(file)
--- a/
src/depot/urls.py
+++ b/
src/depot/urls.py
@@
-3,9
+3,8
@@
from . import views
urlpatterns = [
- path(
- 'legimi-publish/<int:book_id>/',
- views.LegimiPublishView.as_view(),
- name='depot_legimi_publish'
+ path('shop-publish/<int:shop_id>/<int:book_id>/',
+ views.ShopPublishView.as_view(),
+ name='depot_shop_publish'
)
]