feat / AEB-63 create get objects route
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.urls import path
|
||||
from .views.UserDataView import UserDataView
|
||||
from .views.objects_views import ObjectView
|
||||
from drf_spectacular.views import (
|
||||
SpectacularAPIView,
|
||||
SpectacularSwaggerView,
|
||||
@@ -21,4 +22,5 @@ urlpatterns = [
|
||||
),
|
||||
|
||||
path("user/", UserDataView.as_view(), name="user-data"),
|
||||
path("get-objects/", ObjectView.as_view(), name="objects"),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user