]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/netplex.conf
First attempt at svn commit of developments.
[helm.git] / matitaB / matita / netplex.conf
index daa41247d56e7aacf1938c57cb823e4b5dde265d..8764b1738f220c7fc6be9aa1e25e1a64d459f26f 100644 (file)
@@ -95,6 +95,20 @@ netplex {
             handler = "reset";
           }
         };
+        uri {
+          path = "/save";
+          service {
+            type = "dynamic";
+            handler = "save";
+          }
+        };
+        uri {
+          path = "/commit";
+          service {
+            type = "dynamic";
+            handler = "commit";
+          }
+        };
       };
     };
     workload_manager {