Browse Source

commentout for test

ryuichi-e 5 years ago
parent
commit
9bca3e92d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/routes/apiv3/share-links.js

+ 1 - 1
src/server/routes/apiv3/share-links.js

@@ -55,7 +55,7 @@ module.exports = (crowi) => {
    *        description: Create new share link
    *        description: Create new share link
    */
    */
 
 
-  router.post('/', loginRequired, async(req, res) => {
+  router.post('/', /* loginRequired, validator.shareLinkStatus, */ async(req, res) => {
     const { pageId, expiration, description } = req.body;
     const { pageId, expiration, description } = req.body;
 
 
     try {
     try {