2
0
itizawa 6 жил өмнө
parent
commit
4d05955d55

+ 1 - 0
src/server/routes/admin.js

@@ -511,6 +511,7 @@ module.exports = function(crowi, app) {
     });
   };
 
+  // TODO delete api after create V3
   actions.user.remove = function(req, res) {
     const id = req.params.id;
     let username = '';