Browse Source

Agregados de los listados de tcontprofile, trafficprofile y vlanid

gabriel 6 years ago
parent
commit
6bb8f0cdd0
1 changed files with 12 additions and 1 deletions
  1. 12 1
      app/config/routing.yml

+ 12 - 1
app/config/routing.yml

@@ -126,8 +126,19 @@ ftth_vlan_profile_api:
     resource: "@FTTHBundle/Controller/REST/VLanProfileRESTController.php"
     type:   rest
     prefix:   /api
-
 ftth_onu_template_api:
     resource: "@FTTHBundle/Controller/REST/ONUTemplateRESTController.php"
     type:   rest
     prefix:   /api
+ftth_vlan_id_api:
+    resource: "@FTTHBundle/Controller/REST/VLanIDRESTController.php"
+    type:   rest
+    prefix:   /api
+ftth_traffic_profile_api:
+    resource: "@FTTHBundle/Controller/REST/TrafficProfileRESTController.php"
+    type:   rest
+    prefix:   /api
+ftth_tcont_profile_api:
+    resource: "@FTTHBundle/Controller/REST/TContProfileRESTController.php"
+    type:   rest
+    prefix:   /api