@@ -131,6 +131,7 @@ module.exports = (crowi) => {
if (isPermitted) {
return next();
}
+
res.status(403).send('It is not allowed to run command to this GROWI.');