Browse Source

Fixed typo

Taichi Masuyama 4 years ago
parent
commit
0a9bb09ff3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/server/routes/apiv3/pages.js

+ 1 - 1
packages/app/src/server/routes/apiv3/pages.js

@@ -280,7 +280,7 @@ module.exports = (crowi) => {
       });
     }
     catch (err) {
-      return res.apiv3Error(err);
+      return res.apiv3Err(err);
     }
 
     const savedTags = await saveTagsAction({ createdPage, pageTags });