Explorar el Código

remove comment

ryuichi-e hace 5 años
padre
commit
9a5b35d5a9
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/server/routes/apiv3/share-links.js

+ 0 - 2
src/server/routes/apiv3/share-links.js

@@ -32,8 +32,6 @@ module.exports = (crowi) => {
 
 
 
 
   router.post('/', loginRequired, async(req, res) => {
   router.post('/', loginRequired, async(req, res) => {
-    const { pageId } = req.body;
-    // TODO GW-2609 publish the share link
   });
   });
 
 
   // TDOO write swagger
   // TDOO write swagger