Browse Source

add /test-notification-to-slack-work-space

zahmis 5 years ago
parent
commit
b8c48c3aa3
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/server/routes/apiv3/slack-integration.js

+ 4 - 0
src/server/routes/apiv3/slack-integration.js

@@ -268,6 +268,10 @@ module.exports = (crowi) => {
     }
     }
   });
   });
 
 
+  router.put('/test-notification-to-slack-work-space', async(req, res) => {
+
+  });
+
   /**
   /**
    * @swagger
    * @swagger
    *
    *