From afaf0185e372bcefebefd8508e9b4a2cdc0ce8ec Mon Sep 17 00:00:00 2001 From: Xavier Fiechter Date: Sun, 5 Feb 2023 22:40:07 +0100 Subject: [PATCH] . --- labellabor/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labellabor/urls.py b/labellabor/urls.py index 93696ff..92025a9 100644 --- a/labellabor/urls.py +++ b/labellabor/urls.py @@ -33,7 +33,7 @@ urlpatterns = [ urlpatterns = [ #path('api/v0/labelbase//label//', api.label), - path('api/v0/labelbase//', + path('api/v0/labelbase//', LabelbaseAPIView.as_view(), name='api_labelbase'), path('api/v0/labelbase//label//', LabelAPIView.as_view(), name='api_label'),