fix - pos sharing on agc bug fixed influently
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
from django.urls import path, include
|
||||
from rest_framework import routers
|
||||
|
||||
from .api import HerdViewSet, RancherViewSet
|
||||
|
||||
router = routers.DefaultRouter()
|
||||
@@ -8,4 +9,4 @@ router.register('rancher', RancherViewSet, basename='rancher')
|
||||
|
||||
urlpatterns = [
|
||||
path('api/v1/', include(router.urls))
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user