[pve-devel] r5626 - pve-storage/pve2/PVE/API2/Storage
    svn-commits at proxmox.com 
    svn-commits at proxmox.com
       
    Fri Feb 25 08:58:45 CET 2011
    
    
  
Author: dietmar
Date: 2011-02-25 08:58:45 +0100 (Fri, 25 Feb 2011)
New Revision: 5626
Modified:
   pve-storage/pve2/PVE/API2/Storage/Config.pm
Log:
fix create path
Modified: pve-storage/pve2/PVE/API2/Storage/Config.pm
===================================================================
--- pve-storage/pve2/PVE/API2/Storage/Config.pm	2011-02-25 07:44:22 UTC (rev 5625)
+++ pve-storage/pve2/PVE/API2/Storage/Config.pm	2011-02-25 07:58:45 UTC (rev 5626)
@@ -97,7 +97,7 @@
 __PACKAGE__->register_method ({
     name => 'create',
     protected => 1,
-    path => '{storage}', 
+    path => '', 
     method => 'POST',
     description => "Create a new storage.",
     parameters => {
    
    
More information about the pve-devel
mailing list