mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	fixed the api
This commit is contained in:
		@@ -30,8 +30,8 @@ urlpatterns = [
 | 
			
		||||
        r"^api/auth/",
 | 
			
		||||
        include('rest_framework.urls', namespace="rest_framework")
 | 
			
		||||
    ),
 | 
			
		||||
    # TODO: this does not work in django 2.0!
 | 
			
		||||
    # url(r"^api/", include(router.urls, namespace="drf")),
 | 
			
		||||
 | 
			
		||||
    url(r"^api/", include((router.urls, 'drf'))),
 | 
			
		||||
 | 
			
		||||
    # File downloads
 | 
			
		||||
    url(
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user