From 6f7d2d1f1211d0de88de0db203fcd03e0e8341a8 Mon Sep 17 00:00:00 2001 From: "laura.panzariello" Date: Tue, 2 Feb 2021 16:10:19 -0300 Subject: [PATCH] remove divisiondc/logicenv/l3 v1 rotes --- networkapi/urls.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/networkapi/urls.py b/networkapi/urls.py index 2c6dd8826..645860530 100644 --- a/networkapi/urls.py +++ b/networkapi/urls.py @@ -66,11 +66,11 @@ # ambiente url(r'^ambiente/', include('networkapi.ambiente.urls')), url(r'^environment/', include('networkapi.ambiente.urls_environment')), - url(r'^divisiondc/', include('networkapi.ambiente.urls_divisiondc')), - url(r'^groupl3/', include('networkapi.ambiente.urls_groupl3')), - url(r'^logicalenvironment/', - include('networkapi.ambiente.urls_logicalenvironment')), - url(r'^ipconfig/', include('networkapi.ambiente.urls_ipconfig')), + # url(r'^divisiondc/', include('networkapi.ambiente.urls_divisiondc')), + # url(r'^groupl3/', include('networkapi.ambiente.urls_groupl3')), + # url(r'^logicalenvironment/', + # include('networkapi.ambiente.urls_logicalenvironment')), + # url(r'^ipconfig/', include('networkapi.ambiente.urls_ipconfig')), # rules url(r'^rule/', include('networkapi.blockrules.urls')),