fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Partners
[wolnelektury.git]
/
src
/
api
/
urls.py
diff --git
a/src/api/urls.py
b/src/api/urls.py
index
182e0dd
..
1a1b4f3
100644
(file)
--- a/
src/api/urls.py
+++ b/
src/api/urls.py
@@
-26,6
+26,8
@@
urlpatterns1 = [
path('', include('bookmarks.api.urls')),
path('', include('search.api.urls')),
path('', include('push.api.urls')),
+
+ path('partners/', include('partners.api.urls')),
]