Browse Source

fix route conflict

blezz-tech 3 tháng trước cách đây
mục cha
commit
c0cd33aee6
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      urls.py

+ 2 - 1
urls.py

@@ -13,6 +13,7 @@ router.register(r'relationship', RelationshipMVS)
 router.register(r'resource', ResourceMVS)
 router.register(r'service', ServiceMVS)
 router.register(r'servicetype', ServiceTypeMVS)
+
 urlpatterns = [  
     path('api/', include(router.urls), name="dbsynced"),
-]
+]