fixed implementation of UGC content uploader
This commit is contained in:
@@ -7,6 +7,6 @@ from django.urls import include, path
|
||||
urlpatterns = [
|
||||
path('', include('landing.urls')),
|
||||
path('', include('profiles.urls')),
|
||||
path('api/', include('library.urls')),
|
||||
path('', include('library.urls')),
|
||||
path('admin/', admin.site.urls),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user