]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
commit by user andrea
[helm.git] / matitaB / matita / netplex.conf
index 10e9c55dcfbe0a6a94419133bc45255fb0187707..5e947c28b3cb928f0ea01d121e1d38609247723b 100644 (file)
@@ -60,6 +60,13 @@ netplex {
             handler = "bottom";
           }
         };
+        uri {
+          path = "/top";
+          service {
+            type = "dynamic";
+            handler = "top";
+          }
+        };
         uri {
           path = "/register";
           service {
@@ -109,6 +116,13 @@ netplex {
             handler = "commit";
           }
         };
+        uri {
+          path = "/update";
+          service {
+            type = "dynamic";
+            handler = "update";
+          }
+        };
       };
     };
     workload_manager {