소스 검색

commentout for test

ryuichi-e 6 년 전
부모
커밋
9bca3e92d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
    */
 
-  router.post('/', loginRequired, async(req, res) => {
+  router.post('/', /* loginRequired, validator.shareLinkStatus, */ async(req, res) => {
     const { pageId, expiration, description } = req.body;
 
     try {