mirror of
https://github.com/Labelbase/Labelbase.git
synced 2026-08-18 13:09:04 +02:00
.
This commit is contained in:
parent
2b92309dea
commit
afaf0185e3
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ urlpatterns = [
|
|||
|
||||
urlpatterns = [
|
||||
#path('api/v0/labelbase/<int:labelbase_id>/label/<int:id>/', api.label),
|
||||
path('api/v0/labelbase/<int:labelbase_id>/',
|
||||
path('api/v0/labelbase/<int:id>/',
|
||||
LabelbaseAPIView.as_view(), name='api_labelbase'),
|
||||
path('api/v0/labelbase/<int:labelbase_id>/label/<int:id>/',
|
||||
LabelAPIView.as_view(), name='api_label'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue