fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Locale
[wolnelektury.git]
/
src
/
picture
/
api
/
urls.py
1
# This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
2
# Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
3
#
4
from django.urls import path
5
from . import views
6
7
8
urlpatterns = [
9
path('', views.PicturesView.as_view()),
10
]