Explorar el Código

Correction type requete http rename

Loquicom hace 5 años
padre
commit
367d404558
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      node/src/router.js

+ 1 - 1
node/src/router.js

@@ -281,7 +281,7 @@ const router = class Router {
             }
         }]);*/
 
-        this.app.post('/rename/:file', [this.verbose, this.verifyAuth, (req, res) => {
+        this.app.put('/rename/:file', [this.verbose, this.verifyAuth, (req, res) => {
 
         }]);