Added viewsets for shelves
This commit is contained in:
5
backend/apps/urls.py
Normal file
5
backend/apps/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.urls import include, path
|
||||
|
||||
urlpatterns = [
|
||||
path("shelves", include("apps.shelves.urls"))
|
||||
]
|
||||
Reference in New Issue
Block a user