X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/93e3e1f84811affff7f6ba0ad808c813904da42b..55efada7f210cda246203bdef15bdd781ad26cfe:/src/api/urls.py diff --git a/src/api/urls.py b/src/api/urls.py index 867e1fd09..159781141 100644 --- a/src/api/urls.py +++ b/src/api/urls.py @@ -34,6 +34,7 @@ urlpatterns1 = [ urlpatterns = [ path('2/', include((urlpatterns1, 'api'), namespace="v2")), path('3/', include((urlpatterns1, 'api'), namespace="v3")), + path('4/', include((urlpatterns1, 'api'), namespace="v4")), path('1/', views.Unsupported.as_view()), path('oauth/request_token/', csrf_exempt(views.OAuth1RequestTokenView.as_view())),