Procházet zdrojové kódy

Correction type requete http rename

Loquicom před 5 roky
rodič
revize
367d404558
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) => {
 
         }]);