Browse Source

Add filepond endpoints to urls.py

pull/1310/head
Hironsan 3 years ago
parent
commit
86e1566729
1 changed files with 1 additions and 0 deletions
  1. 1
      app/api/urls.py

1
app/api/urls.py

@ -133,6 +133,7 @@ urlpatterns = [
name='health' name='health'
), ),
path('auth/', include('dj_rest_auth.urls')), path('auth/', include('dj_rest_auth.urls')),
path('fp/', include('django_drf_filepond.urls')),
path( path(
route='me', route='me',
view=views.Me.as_view(), view=views.Me.as_view(),

Loading…
Cancel
Save