Explorar el Código

fix route conflict

blezz-tech hace 2 meses
padre
commit
c0cd33aee6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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"),
-]
+]