This commit is contained in:
Ross
2021-04-28 16:48:18 +01:00
parent f8fe5c3490
commit 09310182da
+1 -1
View File
@@ -30,5 +30,5 @@ urlpatterns = [
path('api/', include(router.urls)),
path('api-auth/', include('rest_framework.urls', namespace='rest_framework'))
path('api-auth/', include('rest_framework.urls'))
]