fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix demo retries
[redakcja.git]
/
src
/
redakcja
/
urls.py
diff --git
a/src/redakcja/urls.py
b/src/redakcja/urls.py
index
6fb77fb
..
fc5fac3
100644
(file)
--- a/
src/redakcja/urls.py
+++ b/
src/redakcja/urls.py
@@
-28,6
+28,7
@@
urlpatterns = [
path('depot/', include('depot.urls')),
path('wlxml/', include('wlxml.urls')),
path('isbn/', include('isbn.urls')),
+ path('sources/', include('sources.urls')),
path('api/', include('redakcja.api.urls')),
]