fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
98045158174bc238805fd77c5829b4784b5ee594
[redakcja.git]
/
src
/
depot
/
urls.py
1
from django.urls import path
2
from . import views
3
4
5
urlpatterns = [
6
path(
7
'legimi-publish/<int:book_id>/',
8
views.LegimiPublishView.as_view(),
9
name='depot_legimi_publish'
10
)
11
]